user@elli:~/Downloads/Remote/LPC/GEM$ node harness.js gamelib/game.c
[+] Compiling gamelib/game.c into VM Memory...
[+] Launching Javascript V8 Native Environment...
[CRASH] SyntaxError: Invalid or unexpected token
at new Function (<anonymous>)
at runVM (/home/user/Downloads/Remote/LPC/GEM/harness.js:662:26)
at Object.<anonymous> (/home/user/Downloads/Remote/LPC/GEM/harness.js:6
78:1) at Module._compile (node:internal/modules/cjs/loader:1871:14)
at Object..js (node:internal/modules/cjs/loader:2002:10)
at Module.load (node:internal/modules/cjs/loader:1594:32)
at Module._load (node:internal/modules/cjs/loader:1396:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modul
es/run_main:154:5)
at node:internal/main/run_main_module:33:47
======================================================
CORE DUMP ACTIVATED
======================================================
[*] Compiled Files: gamelib/game.c
[*] JS Payload dumped to -> core_dump.js
[*] Debug Tip: Check line numbers in core_dump.js matching the crash stack!
user@elli:~/Downloads/Remote/LPC/GEM$ ls -l core_dump.js
-rw-r--r-- 1 user user 16719 Sep 4 16:37 core_dump.js
user@elli:~/Downloads/Remote/LPC/GEM$ wc core_dump.js
356 1990 16719 core_dump.js
user@elli:~/Downloads/Remote/LPC/GEM$