Skip to content

Commit 048146a

Browse files
committed
cpp: add rizin & DynamoRIO instrumentation library
1 parent 9ac9181 commit 048146a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/dev-notes/cpp/cpp-libraries-frameworks.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,14 @@
240240

241241
- TinyC Compiler: [https://bellard.org/tcc/](https://bellard.org/tcc)
242242
- Detours: [https://github.com/microsoft/Detours](https://github.com/microsoft/Detours)
243-
- DynamoRIO: dynamic binary instrumentation <https://dynamorio.org/>
243+
- [DynamoRIO](https://dynamorio.org/): Tracing JIT framework: dynamic binary instrumentation framework for the development of dynamic program analysis tools
244+
- [highlevel overview](https://en.wikipedia.org/wiki/DynamoRIO)
245+
- [github](https://github.com/DynamoRIO/dynamorio)
246+
- Alternatives:
247+
- [QBDI](https://github.com/QBDI/QBDI)
248+
- [Frida](https://frida.re/)
249+
- [Fermion](https://github.com/FuzzySecurity/Fermion): UI wrapper for [Frida](https://frida.re/), a dynamic instrumentation toolkit
250+
-
244251
- Reflective DLL Injection: [https://github.com/rokups/ReflectiveLdr](https://github.com/rokups/ReflectiveLdr)
245252
- [https://github.com/BitFunnel/NativeJIT](https://github.com/BitFunnel/NativeJIT)
246253
- Zig: [https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html](https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html)
@@ -274,6 +281,10 @@
274281
- [Radare2](https://github.com/radareorg/radare2)
275282
- [Redare2 Book](https://book.rada.re/)
276283
- [Reko](https://github.com/uxmal/reko)
284+
- [rizin](https://rizin.re): UNIX-like reverse engineering framework and command-line toolset
285+
- [github](https://github.com/rizinorg/rizin)
286+
- [cutter](https://cutter.re): Free and Open Source RE Platform powered by Rizin
287+
- [github](https://github.com/rizinorg/cutter?tab=readme-ov-file)
277288

278289
### Debugger
279290

0 commit comments

Comments
 (0)