Skip to content

Releases: noobpk/frida-ios-hook

Frida iOS Hook v3.9

17 Aug 15:32
6902a3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8...v3.9

Frida iOS Hook v3.8

10 Dec 19:51
17405bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7...v3.8

Frida iOS Hook v3.7

17 Jun 17:28
7f5ae63
Compare
Choose a tag to compare

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: v3.6...v3.7

Frida iOS Hook v3.6

11 Jan 04:46
960c372
Compare
Choose a tag to compare

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

  • Add short delay to avoid blocking by @kasnder in #9
  • fix: requirements.txt to reduce vulnerabilities by @noobpk in #13

New Contributors

Full Changelog: 3.4...v3.6

frida-ios-hook-v3.4

05 May 08:47
416d097
Compare
Choose a tag to compare

Version: 3.4

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

frida-ios-hook version 3.3a

04 Feb 15:21
d8df1e0
Compare
Choose a tag to compare

Version: 3.3a

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

frida-ios-hook version 3.3

20 Jan 17:12
b39fa9f
Compare
Choose a tag to compare

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