You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse me, while working on new version of Brida I found a "lexical" bug in my code. In Brida 0.3 you have "Frida local" and "Frida remote". "Frida local" is USB mode and not local mode. For this reason you probably did not find a way to spawn MacOS app.
In the new version of Brida I fixed the lexical bug and I added the real Local mode. I will release the new version in June for HackInParis.
Meanwhile, you can work on MacOS apps by substituting "self.device = frida.get_usb_device()" to "self.device = frida.get_local_device()" in the res/bridaServicePyro.py file
Remember to rollback this fix if you need to analyze a USB application.
Can't find application ID for the app, I can get PID and full path such as
/Applications/HookMe.app
, but there seems no way to spawn that.The text was updated successfully, but these errors were encountered: