forky2
forky2
At the following place: https://github.com/frida/frida-core/blob/535bb66d6355c5bba5dfdc412af2130c4863bba2/src/linux/frida-helper-backend.vala#L1938C36-L1938C36 `uint32 breakpoint_val = 0xd4200000U;` needs byte order reversed for aarch64_be as instructions are always little endian. Any idea how to do this elegantly from frida-helper-backend.vala?...
When a target static musl binary is run with AFL_ENTRYPOINT defined, all non-crashing test inputs will produce a crash after a crashing test input is run. ## Cause Unlike GLIBC...
**Describe the bug** Following on from #6656, when using the gdb debugger profile with GDB 9.2, on continue from a breakpoint the python hook `on_stop` fails with the following error:...