Matteo
Matteo
Wrong output for: "push word 0x1122". Expected: "66 68 22 11". Kstool output: "68 22 11 00 00". I then tried with: "pushw 0x1122". Excepted: "66 68 22 11". Kstool...
Crash when hooking a class obtained from a class factory created via Java.ClassFactory.get(loader)
The following details refer to a hooking attempt executed using the early instrumentation. If the following code is used to intercept the creation of a new BaseDexClassLoader and hook the...
Hi! I wanted to take a stab at adding support for the AArch64 **STP_Q_LDSTPAIR_OFF** semantics. I prepared a preliminary patch, although there are some things that are not clear to...
When running Android 13 (API 33), the [instrumentArtMethodInvocationFromInterpreter](https://github.com/frida/frida-java-bridge/blob/main/lib/android.js#L1841) function sets the `artInterpreterDoCallExportRegex` variable to the second regex (`/^_ZN3art11interpreter6DoCallILb[0-1]ELb[0-1]EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE$/`), although on my Pixel 6 running Android 13 I can see that...
Hi, I wanted to let you know that while testing reFlutter (with @alximw) on Android 9/10 on an x86/x64 emulator, we realised that the call to `Syslog::PrintErr` was leading to...
Hi! I recently implemented the boolean function minimization algorithm described in the [Gröbner Bases for Boolean Function Minimization](https://ceur-ws.org/Vol-3455/short4.pdf) paper and I recalled I previously stumbled upon Bosphorus, which, to my...