matteyeux
matteyeux
run `killall usbmuxd` & `usbmuxd -u -f -v`
Hey, here are the commands to build and install libimg3. ``` git clone https://github.com/matteyeux/libcrippy cd libcrippy && ./autogen.sh && sudo make install && cd .. git clone https://github.com/OpenJailbreak/libimg3.git cd libimg3...
What’s the error you get ?
It means, compilation failed somewhere. Check the output of the commands you run
Hey, I had the same issue on my Windows box, running `idapyswitch` fixed it, thanks.
@DanTheMann15 it's a python script with no shebang, so you have to run with python like this : ` python3 ./issue_cmd.py`
Can you try this script to build PongoOS : https://gist.github.com/matteyeux/8f286b32334a62d3f65018e5a9785caf. I managed to build PongoOS on Ubuntu 20.10 with this script.
This is a mirror of Jonathan Levin tools, can you please contact him on Twitter or [Newosxbook](http://newosxbook.com/forum/viewforum.php?f=3&sid=aa547fe657e382a6293b52c9f2434592) forum to report these bugs. Thank you.
`dd if=img4file bs=44 skip=1 | openssl enc -aes-256-cbc -d -nopad -iv IV -K KEY > output` Replace : - `img4file` by the name of the file - `ÌV` by the...