From 97004048bad52a103bd6d25fa1676935e26e8fc6 Mon Sep 17 00:00:00 2001 From: Bobbeh Rhino Date: Sat, 22 Aug 2026 22:48:33 -0400 Subject: [PATCH] Add fnprint under Binary Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c1bc91..8e46efc 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ A curated list of awesome reversing resources * [z3](https://z3.codeplex.com/) * [bap](https://github.com/BinaryAnalysisPlatform/bap) * [angr](https://github.com/angr/angr) +* [fnprint](https://github.com/1rhino2/fnprint) - Behavioral function fingerprinting and n-day patch-diffing by microexecution, not bytes or CFG (x86-64 ELF). ## Bytecode Analysis