Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ iBoot64Finder Public archive

Find some iBoot functions in an iBoot64.

License

Notifications You must be signed in to change notification settings

haiyuidesu/iBoot64Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.