nsurbay
nsurbay
Some tutorials should be added to the documentation to illustrate the usage of : - [x] VMEvent (BasicBlock) - [x] VMEvent (ExecBroker) - [ ] Memory Callback - [ ]...
Add returnAddressPtr and returnAddressValue in VMState for the event EXEC_TRANSFER_CALL
see https://github.com/QBDI/QBDI/pull/93#discussion_r278446395
GetCurrentProcessMaps return the MemoryMap for the current process. It's may be useful to have only the MemoryMap of the guest and remove the MemoryMap that was use only by QBDI...
On x86, The register FS and GS cannot be set. If the guest use the syscall `arch_prctl(ARCH_SET_xS, ..)`, we need a method to use the new value for the guest...
**Describe the bug** I try to set `target.dyld_info.bind_opcodes` on a MachO binary. The property seems to be set to the expected value before the `write` method, but is back to...
When running Frida/QBDI on android, Frida and QBDI hijack the "genuine" stack of the current thread. An other stack is allocated and use by the instrumented program. However, It's seems...