diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-24 16:07:43 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-24 16:07:43 -0400 |
| commit | 5f9294a0e7aac5b9e105ccee737e42fc5c4cff63 (patch) | |
| tree | b8ef302dd9fe15a105869a64f7cf515ab7b8dbf1 /src/js/main.js | |
| parent | 8d989c872c7127f12ebc19b0c9a98916657f571f (diff) | |
yeet
Diffstat (limited to 'src/js/main.js')
| -rw-r--r-- | src/js/main.js | 6 |
1 files changed, 6 insertions, 0 deletions
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)); |
