PongoOS icon indicating copy to clipboard operation
PongoOS copied to clipboard

pongoOS

Results 50 PongoOS issues
Sort by recently updated
recently updated
newest added

I am having issues accessing SEP tools on the below versions/hardware: `#==================` `#` `# pongoOS 2.5.1-217eae6f` `#` `# https://checkra.in` `#` `#==================` `Booted by: iBoot-6723.140.2` `Built with: Clang 12.0.5 (clang-1205.0.22.11)` `Running...

device : iphone7 ios version : ios 14.6 ``` Booted by: iBoot-6723.120.36 Built with: Clang 12.0.5 (clang-1205.0.22.11) Running on: Apple A10 (T8010) [modload_macho:i] Attempting to load a module [modload_macho:+] Loaded...

This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an...

While writing a pongoOS module, I noticed the device would sometimes hang at "Booting" after `bootx` was issued after a module was loaded: ![IMG_1893](https://user-images.githubusercontent.com/42921048/89924626-4a08e980-dbd0-11ea-9a24-51c6db86755c.jpg) At first I thought it was...

bug

Hi, I have some problems with blackbird exploit on A10 device (7 Plus iOS 12.4). Running checkra1n with command: `checkra1n -c -k build/PongoConsolidated.bin -p` Running Pongo-shell commands: ``` sep tz0...

checkra1n ran normally gives me usbmux error -79 (Linux) or error -20 (Mac). However, building pongoOS and specifying it with `checkra1n -k Pongo.bin` brings me to a PongoOS shell. I...

root@toby-GA-970A-DS3:/home/toby# docker run docker.pkg.github.com/checkra1n/pongoos/build-pongo:latest make: *** No targets specified and no makefile found. Stop.

When running `sudo python3 ./issue_cmd.py help` I get the output ``` ❯ sudo python3 ./issue_cmd.py help Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/usb/core.py", line 1055, in ctrl_transfer buff = util.create_buffer(data_or_wLength)...

I have system in VMware Workstation 16, was working by this instruction: https://github.com/checkra1n/pongoOS#building-on-linux. This is what i installed: cland llvm ld64 cctools-strip. Here's my log: https://pastebin.com/EtnjeJYP Sorry for my bad...

I compiled the testmodule under example folder. Then copied it to scripts folder. I ran the following command but met with an error. Could you help? Thanks python3 module_load.py test_module...