Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
NeedleAgent.deb | 2017-05-22 | 1.4 MB | |
README.md | 2017-05-22 | 893 Bytes | |
v1.2.0.tar.gz | 2017-05-22 | 700.3 kB | |
v1.2.0.zip | 2017-05-22 | 760.6 kB | |
Totals: 4 Items | 2.8 MB | 0 |
Added
- [CORE] Non-interactive mode: new command line interface (
python needle-cli.py
) which allows to completely script Needle - [CORE] Version checking, to ensure the latest version of Needle is being used
- [CORE] Add support for binary thinning
- [MODULE] Frida Script: hook all methods of the specified class (
hooking/frida/script_hook-all-methods-of-class
) - [MODULE] Frida Script: hook a particular method of a specific class (
hooking/frida/script_hook-method-of-class
)
Fixed
- [CORE] Search PID for apps with a space in their name
- [CORE] Remove infinite loop from
Retry
decorator, which attempts to restore a connection with the device if it fails - [CORE] Metadata parsing for app extensions
- [CORE] Re-added support on iOS for:
storage/data/keychain_dump
,binary/reversing/strings
,binary/reversing/class_dump