All Projects → haiyuidesu → iBoot64Finder

haiyuidesu / iBoot64Finder

Licence: GPL-3.0 license
Find some iBoot functions in an iBoot64.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to iBoot64Finder

ida-iboot-loader
IDA loader for Apple's 64 bits iBoot, SecureROM and AVPBooter
Stars: ✭ 62 (+55%)
Mutual labels:  iboot
iBoot64Finder

> Find some iBoot functions in an iBoot64 (WIP).

I. Requierements
	1. macOS/Linux,
	2. basic compilation tools,
	3. decrypted 64bit iBoot (iOS 10 - 14).

II. Usage
	$ iBoot64Finder [--find] <iBoot>
	   -f, --find	find functions of a decrypted iBoot64.

	$ iBoot64Finder -f iBoot.d321.RELEASE.bin

III. Features
	> Some plugins were made to import all functions found in a reversing tool :

	IDA Pro : https://github.com/haiyuidesu/ida64finder
	Binja   : https://github.com/matteyeux/iBoot64Finder-importer

IV. Notes
	> Please let me know if you notice any bugs or bad found addresses !!

	> This project was made for programming skills and knowledges improvement with bootloaders.
	> This new version is now using an other technique than the previous one : retreiving functions using xrefs,
	> i64f is now only supporting iOS 10 to 14 because the other versions are becoming very old... however, you can still use the old iBoot64Finder binary in the release for the versions below if you need to.
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].