From 4d1367b6617b432869e355d4b1fd754c313e0f87 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Fri, 6 Jan 2023 02:07:10 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ab8480..73ed112 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ - [libvmi](https://libvmi.com/) - LibVMI is a C library with Python bindings that makes it easy to monitor the low-level details of a running virtual machine - [microlibvmi](https://github.com/Wenzel/libmicrovmi) - A cross-platform unified Virtual Machine Introspection API library - [Virtualization](https://github.com/Wenzel/awesome-virtualization) - A curated list of awesome resources about virtualization. + - [radare2](https://github.com/radareorg/radare2) - Radare2: Libre Reversing Framework for Unix Geeks + - [American Fuzzy Lop](https://github.com/google/AFL) - Fuzzing is one of the most powerful and proven strategies for identifying security issues in real-world software + - [codeQL](https://codeql.github.com/) - Discover vulnerabilities across a codebase with CodeQL ## How-to guides