summaryrefslogtreecommitdiff
path: root/src/js/main.js
diff options
context:
space:
mode:
authorspv420 <unomilliono@gmail.com>2022-04-24 16:07:43 -0400
committerspv420 <unomilliono@gmail.com>2022-04-24 16:07:43 -0400
commit5f9294a0e7aac5b9e105ccee737e42fc5c4cff63 (patch)
treeb8ef302dd9fe15a105869a64f7cf515ab7b8dbf1 /src/js/main.js
parent8d989c872c7127f12ebc19b0c9a98916657f571f (diff)
yeet
Diffstat (limited to 'src/js/main.js')
-rw-r--r--src/js/main.js6
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));