diff options
Diffstat (limited to 'src/stage4/main.js')
| -rw-r--r-- | src/stage4/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stage4/main.js b/src/stage4/main.js index 89caddb..74dfde1 100644 --- a/src/stage4/main.js +++ b/src/stage4/main.js @@ -20,6 +20,11 @@ function prep_shit() { large_buf_ptr = leak_vec(large_buf); } +function other_stage4() { + syslog(LOG_SYSLOG, "lol"); + return 0; +} + function main() { syslog(LOG_SYSLOG, "__p0laris_LOG_START__"); p0laris_log("[*] we out here"); |
