From 5f9294a0e7aac5b9e105ccee737e42fc5c4cff63 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 24 Apr 2022 16:07:43 -0400 Subject: yeet --- src/js/main.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/js/main.js') diff --git a/src/js/main.js b/src/js/main.js index b3b0e4c..4d978ef 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -22,6 +22,10 @@ try { puts = function (){}; } +function csbypass() { + +} + function main() { /* * get slide and calculate slid base @@ -41,6 +45,8 @@ function main() { puts("we out here"); puts("I came through a portal holding a 40 and a blunt. Do you really wanna test me right now?"); +// csbypass(); + printf("slide=0x%x\n", slide); printf("*(uint8_t*)base = 0x%x\n", read_u8(base)); printf("*(uint16_t*)base = 0x%x\n", read_u16(base)); -- cgit v1.2.3