From dfc1b4fd75b1b9069f1f4647d07f8518e56b2a43 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Tue, 21 Dec 2021 11:23:20 +0700 Subject: [PATCH] Add: bohops/RogueAssemblyHunter to Binary Analysis section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf93571..af771cb 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,10 @@ This repository is created as an online bookmark for useful links, resources and BLint BLint is a Binary Linter to check the security properties, and capabilities in your executables. It is powered by lief + + bohops/RogueAssemblyHunter + Rogue Assembly Hunter is a utility for discovering 'interesting' .NET CLR modules in running processes. + bootleg/ret-sync ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra disassemblers.