From 59c2df7572aad6cd3183a63898e067970fd9a164 Mon Sep 17 00:00:00 2001 From: 2akouwu <14812897+2akouwu@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:00:27 +0800 Subject: [PATCH] docs: add re-toolkit to Binary Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c1bc91..03ad98f 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) +* [re-toolkit](https://github.com/2akouwu/codex-cli-portable-setup-kit) - Pure-Python reverse engineering toolkit with PE32/PE32+ parser, x86/x64 disassembler, micro-emulator, and Protobuf dissector ## Bytecode Analysis