summaryrefslogtreecommitdiff
path: root/src/stage4/main.js
diff options
context:
space:
mode:
authorspv420 <spv@spv.sh>2022-07-31 20:54:29 -0400
committerspv420 <spv@spv.sh>2022-07-31 20:54:29 -0400
commit014b749f0d8d824eec044c809522bc51c24247e7 (patch)
tree5917241ada6821791d7524c1256a0255cc55a7ab /src/stage4/main.js
parentdbc729968cf84ff8070a9f13cd356ea9180ca4fe (diff)
yahtzee
Diffstat (limited to 'src/stage4/main.js')
-rw-r--r--src/stage4/main.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/stage4/main.js b/src/stage4/main.js
index 74dfde1..660db75 100644
--- a/src/stage4/main.js
+++ b/src/stage4/main.js
@@ -20,8 +20,17 @@ function prep_shit() {
large_buf_ptr = leak_vec(large_buf);
}
-function other_stage4() {
- syslog(LOG_SYSLOG, "lol");
+function csbypass_wrapper() {
+ if (csbypass == undefined) {
+ p0laris_log("[*] you're probably running a public build of the untether. i don't have permission to distribute this code yet. sorry.");
+ return;
+ } else {
+ csbypass();
+ }
+}
+
+function csbypass_stage4() {
+ csbypass_wrapper();
return 0;
}