summaryrefslogtreecommitdiff
path: root/src/js/main.js
diff options
context:
space:
mode:
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));