roothide / Bootstrap

A full featured bootstrap for iOS 15.0-17.0 A8-A17 & M1+M2 using roothide
MIT License
1.11k stars 777 forks source link

Can't Execute binaries in SSH on iPhone #256

Closed ov3rf1ow closed 5 months ago

ov3rf1ow commented 5 months ago

Device Model

Iphone 14 pro

iOS Version

16.6.1

Bootstrap Version

1.2.1

Serotonin Version

No response

What happened

i Took ssh , and built a binary with folllowing code, but i doesn't get execute.

#include <stdio.h>
int main(int argc, char **argv) {
printf("* process spawned\n");
}

Error:

image

Log output

user2s-iPhone:/rootfs/var/mobile root# ./test
zsh: killed     ./test

Acknowledgement of README and FAQ