diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 18:37:29 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 18:37:29 -0400 |
| commit | c540142dfa20bc7c5413c73cf22e26caaac6a427 (patch) | |
| tree | 86725bc65ba21f130a18176a85cbaa936881166b /src/js | |
| parent | 4e1a80ff13dde0a3f39015db2f920cb8021d82b0 (diff) | |
haha filthy frank reference
Diffstat (limited to 'src/js')
| -rw-r--r-- | src/js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/main.js b/src/js/main.js index dd7f1f0..c3f5c7d 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -35,6 +35,7 @@ function main() { init_sptr_heap(); calls4arg("puts\0", sptr("we out here\0"), 0, 0, 0); + calls4arg("puts\0", sptr("I came through a portal holding a 40 and a blunt. Do you really wanna test me right now?\0"), 0, 0, 0); log("slide=0x" + slide.toString(16)); log("*(uint8_t*)base = 0x" + read_u8(base).toString(16)); |
