Gavin0210
Gavin0210
I install the qbdi in Ubuntu 22.04 from QBDI-0.10.0-ubuntu22.04-X86_64.deb. Copy the code from https://qbdi.readthedocs.io/en/stable/get_started-c.html#full-example The code in src/test_qbdi.c I ```cd src``` and run ```gcc test_qbdi.c -o test``` in terminal. Following...
capstone-engine/capstone#2004 In stalker, the code `mov x1, #0x12` , the x1 is read and write. Obviously the access of reg x1 is write, no read. capstone-engine/capstone had fix the bug...
code `import WebSocket from 'ws'; ` command: frida-compile test_compile.js -o test.js frida-compile version 16.1.8 following is package.json `{ "name": "test_frida_compile", "version": "1.0.0", "description": "", "main": "test.js", "scripts": { "test": "echo...