docs: add PawTrace link for Linux ptrace syscall tracing to README.md

This commit is contained in:
NeverSightAI
2026-06-19 21:46:16 +08:00
parent 691861445b
commit d4a18adc73
+1
View File
@@ -770,6 +770,7 @@ npx skills add https://github.com/gmh5225/awesome-game-security --skill reverse-
- https://github.com/ShinoLeah/eHook [eBPF hook] - https://github.com/ShinoLeah/eHook [eBPF hook]
- https://github.com/SeeFlowerX/stackplz [eBPF-based debugger for Android] - https://github.com/SeeFlowerX/stackplz [eBPF-based debugger for Android]
- https://github.com/Satar07/edbgserver [eBPF-powered debugger server for Linux and Android] - https://github.com/Satar07/edbgserver [eBPF-powered debugger server for Linux and Android]
- https://github.com/cocomelonc/pawtrace [Linux x86-64 ptrace syscall tracer; decodes args, socket addresses, W^X memory, /proc/maps snapshots, JSONL output; C + assembly]
- https://github.com/g2wfw/qbdi-tracer-android [Android assembly instruction tracing tool] - https://github.com/g2wfw/qbdi-tracer-android [Android assembly instruction tracing tool]
- https://github.com/un4ckn0wl3z/MemMCP [Cheat Engine-like but MCP] - https://github.com/un4ckn0wl3z/MemMCP [Cheat Engine-like but MCP]
- https://github.com/LLeavesG/eBPFDexDumper [DexDumper based eBPF on Android Platform] - https://github.com/LLeavesG/eBPFDexDumper [DexDumper based eBPF on Android Platform]