summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}