All Projects → NyaMisty → PongoHelper

NyaMisty / PongoHelper

Licence: other
Adds some convenient commands to pongoOS

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to PongoHelper

iBadApple
First ever: Windows, free iCloud & activation lock bypass... that isn't a malware!
Stars: ✭ 133 (+250%)
Mutual labels:  jailbreak, checkm8, checkra1n
checkra1n-linux
checkra1n installer for all linux platforms
Stars: ✭ 44 (+15.79%)
Mutual labels:  jailbreak, checkra1n
jailm8
A tool for windows users to use checkra1n without having to install a full linux distro, as well as other useful commnds
Stars: ✭ 100 (+163.16%)
Mutual labels:  jailbreak, checkra1n
pinera1n
portable checkra1n solution on linux phone, not only one linux distribution can do it
Stars: ✭ 45 (+18.42%)
Mutual labels:  jailbreak, checkra1n
piRa1n
Easily turn a Raspberry Pi 4 or a Banana Pi M2 Zero into a portable Checkra1n dongle.
Stars: ✭ 49 (+28.95%)
Mutual labels:  jailbreak, checkra1n
Apple Runtime Headers
Objective-C runtime headers for Apple's iOS, macOS, tvOS and watchOS frameworks
Stars: ✭ 174 (+357.89%)
Mutual labels:  jailbreak
orion
Elegant tweak development in pure Swift
Stars: ✭ 149 (+292.11%)
Mutual labels:  jailbreak
Checkn1x
Light (~50MB) images for jailbreaking iOS devices
Stars: ✭ 167 (+339.47%)
Mutual labels:  jailbreak
Iosreextension
A fast and elegant extension for VSCode used for iOSre projects.
Stars: ✭ 139 (+265.79%)
Mutual labels:  jailbreak
decrypt-ios-apps-script
Python script to SSH into your jailbroken device, decrypt an iOS App and transfer it to your local machine
Stars: ✭ 72 (+89.47%)
Mutual labels:  jailbreak
HSWidgets
Add options to display widgets right on your homescreen.
Stars: ✭ 35 (-7.89%)
Mutual labels:  jailbreak
H Encore 2
Fully chained kernel exploit for the PS Vita on firmwares 3.65-3.73
Stars: ✭ 237 (+523.68%)
Mutual labels:  jailbreak
Mosec 2017
📝 The third MOSEC mobile security technology summit 第三届 MOSEC 移动安全技术峰会参会分享
Stars: ✭ 180 (+373.68%)
Mutual labels:  jailbreak
Immortal
Prevent expiration of signed iOS applications & bypass 3 free signed applications per device limit
Stars: ✭ 43 (+13.16%)
Mutual labels:  jailbreak
Itrace
🍰 Trace objc method call for ios and mac
Stars: ✭ 170 (+347.37%)
Mutual labels:  jailbreak
TranslucentMessages
Make the iOS Messages app translucent!
Stars: ✭ 18 (-52.63%)
Mutual labels:  jailbreak
Osiris Jailbreak
An incomplete iOS 11.2 -> iOS 11.3.1 Jailbreak
Stars: ✭ 152 (+300%)
Mutual labels:  jailbreak
Enso
Vita CFW installer
Stars: ✭ 217 (+471.05%)
Mutual labels:  jailbreak
futurerestore-guide
A project covering the process of using Futurerestore to upgrade, downgrade, re-restore to an unsigned iOS firmware.
Stars: ✭ 14 (-63.16%)
Mutual labels:  jailbreak
Dcrm
Darwin Cydia Repo Manager - v4 redesigned in Django.
Stars: ✭ 188 (+394.74%)
Mutual labels:  jailbreak

Helper module for PongoKit

Usage

Using this module, the following 3 commands will be available in pongoOS shell:

  • mread: read DWORD from memory The syntax is mread 0xaaaaa. The only supported input format is hex in lower case. Please also pay attention to the space, only one space is allowed The output will be a DWORD (little endian)
  • mwrite: write to memory The syntax is mwrite 0xaaaaaaaa f 0xbbbbbbbb. 0xaaaaaaaa is the target addr to write, f is the writing width, and 0xbbbbbbbb is the value to be written. Addrs' format is same as above, and f can be b,w,d,q which refers to bytes, word, dword, qword.
  • dis: disassemble The symtax is dis 0xaaaaaaaa [0xbbb], 0xaaaa is the address to be disassembled; 0xbbbb is number of instructions to disassemble, which could be omitted.
  • mfind: Search memory Syntax: mfind 0xaaaaaaaa 0xbbbb 0xcccccccc 0xdddd 0xaaaaaaaa: start address, 0xbbbb: search length, 0xcccccc: pattern in uint64_t, 0xdddd: pattern length
  • dumpvars: Print pongoOS runtime variables
  • memmap: Dump out the memory-map in the device-tree
  • hexdump: Print hexdump of specified addr Syntax: hexdump 0xaaaaaaaa [0xbbbb], 0xaaaaaaaa is the address, 0xbbbb is dump length

Build

$ git clone https://github.com/checkra1n/PongoKit
$ cd PongoKit
$ git clone --recursive https://github.com/NyaMisty/PongoHelper test
$ cd test
$ ./make.sh
$ python ../scripts/module_load.py test_module

Run

You should build first, but if you want a binary, you can find the built test_module in the repo

$ python ../scripts/module_load.py test_module
$ python ../scripts/issue_cmd.py dumpvars
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].