- Support frida-tools installed from virtualenv, pipx, etc.
- Remove lldb shortcut because it's impossible to adapt to different jailbreaks
- Bring back
bagbak
- Use
fruity-frida
to support iOS debugging and SSH - Temporary disable bagbak for compatibility issue
- Remove Fouldecrypt
- add idevicesyslog
- Bugfix: Debug config only works for local device
- Bugfix: Debug config does not handle attaching to app properly
- Bugfix: Context menu for USB devices is missing
- Supports frida js debug!
- Supports connecting / disconnecting remote devices
- Bring back
execute
command
- Ask to install frida-tools when not found
- Fix issue #26 when multiple python interpreters are present
- Fix
iproxy
command
- Replace FlexDecrypt with Fouldecrypt
- Bugfix: Shutdown iproxy when ref count is 0
- Bugfix: Decryptor failes when App path has spaces
- Bugfix: Attaching objection to a running application
- Do not close terminal immediatly when exit code is not 0
- More error logs
Bugfix: iproxy
fallback
New: show ipa in folder
- Add experimental lldb shortcut
Added
- Shell for both iOS (requires libimobiledevice) and Androd (requires adb)
- Install public SSH key to iOS (like
ssh-copy-id
, but also supports Windows) - FlexDecrypt support. Requires
flexdecrypt
andzip
on iOS,ssh
andiproxy
on desktop - FlexDecrypt installer
Deprecation
- bagbak has been removed, in favor of FlexDecrypt
- support logcat for Android
- pull
frida-gum.d.ts
from github
- first release