Frida Ios Hook Versions Save

A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform

v3.9

9 months ago

v3.8

1 year ago

What's Changed

Full Changelog: https://github.com/noobpk/frida-ios-hook/compare/v3.7...v3.8

v3.7

1 year ago

Version: 3.7

	[+] Add:
	
		[-] Add setup.py for build executable
		
		[-] Add `--ssh` to option Get the shell of connect device
		
		[-] Add suggestion script for option `-s (--script)`
		
		
	[+] Change:
		
		[-] Update readme, changelog
		
		[-] Update frida-script
		
		[-] Update hook.py
	
	[+] Fix
		
		[-] Fix syntax in hook.json

		[-] Fix psutil not found

What's Changed

New Contributors

Full Changelog: https://github.com/noobpk/frida-ios-hook/compare/v3.6...v3.7

v3.6

2 years ago

Version: 3.6

	[+] Add:
	
		[-] New option Show system log of device `--logcat`
		
		[-] New option Get the shell of connect device `--shell`
		
		[-] Add CHANGELOG.md
		
		
	[+] Change:
		
		[-] Update README.md
		
		[-] Using `hook.json` to load configuration for the tool
		
		[-] Optimize core `hook.py`
	
	[+] Fix

What's Changed

New Contributors

Full Changelog: https://github.com/noobpk/frida-ios-hook/compare/3.4...v3.6

3.4

3 years ago

Version: 3.4

	[+] Change:
	
		[-] Update example usage
		
		[-] Optimize core hook.py
		
		[-] Update README.md
		
		
	[+] New:
	
		[-] Add new new option dump memory of application
	

v3.3a

3 years ago

Version: 3.3a

	[+] Change:
	
		[-] Update example usage
		
		[-] Optimize core hook.py
		
		[-] Update README.md
		
		
	[+] New:
	
		[-] Add new new option dump decrypt application.ipa
	

v3.3

3 years ago

Version: 3.3

[+] Change:

	[-] Update new interface and command usage
	
	[-] Optimize core hook.py
	
	[-] Update README.md
	
	
[+] New:

	[-] Add new method Intercept Crypto in application