From 335b043560c6c20a2895d587843140ac0cea660a Mon Sep 17 00:00:00 2001 From: bad-antics Date: Fri, 23 Jan 2026 15:53:20 -0800 Subject: [PATCH] Add NullSec binary analysis tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c1bc91..fc7fca8 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ A curated list of awesome reversing resources * [z3](https://z3.codeplex.com/) * [bap](https://github.com/BinaryAnalysisPlatform/bap) * [angr](https://github.com/angr/angr) +* [NullSec BinGaze](https://github.com/bad-antics/nullsec-bingaze) - Hardened C++20 ELF Binary Analyzer with security-focused binary analysis +* [NullSec BinaryDiff](https://github.com/bad-antics/nullsec-binarydiff) - Swift binary comparison tool with section/function diffing and security analysis ## Bytecode Analysis