Changed
- IntelliJ Plugin: downgrade Java to version 11.
- Disable progress in mirrord-layer - can cause issues with forks and generally confusing now
that agent is created by cli (and soon to be created by IDE plugin via cli). - Update to Frida 16.0.7
- Add more paths to the default ignore list (
/snap
and*/.asdf/*
) - to fix asdf issues.
Fixed
- Fix
--fs-mode=local
didn't disable hooks as it was supposed to. - Fix hooking wrong libc functions because of lack of module specification - add function to resolve
module name to hook from (libc on Unix,libsystem on macOS). Partially fixes asdf issue.