Mathis Hesse
Mathis Hesse
When I try to run `frida-discover` on an Android application, I get stuck on `Injecting script...`. This happens for all apps, e.g. `frida-discover -U -f com.android.chrome`. I have the newest...
I am able to start an Android application and attach a script to it like this: ``` const device = await frida.getUsbDevice(); const pid = await device.spawn(packageName); const session =...
Apps crash with error `Failed to install provider as highest priority provider. Provider was installed at position 8`. Tested under Linux and Windows, with different python versions with: `python friTap.py...
Hi! My problem is, that I want to have a left-swipe and a right-swipe menu. In each menu there are 3 different items. When I swipe from right to left,...
Should solve https://github.com/herzhenr/spic-android/issues/5 Feel free to also add descriptions for environmentDetails or change design of the fields 🙂
### Description Non-string values should be supported in the header object. This: ``` import initCycleTLS from 'cycletls'; (async () => { const cycleTLS = await initCycleTLS(); const headers = {...
See https://github.com/nowsecure/r2frida/releases/tag/5.9.4
Microsoft stopped support for SMTP login. Afaik there is no Oauth support in EA. Is there a way to still send mails via a Microsoft managed mail account? Thanks