From ef057ae5c9e886f0fb400ebc99e92744beb5e5fa Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 15 Jul 2021 10:21:25 +0700 Subject: [PATCH] Add: HyperDbg/HyperDbg to Binary Analysis section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a65355..161cd5e 100644 --- a/README.md +++ b/README.md @@ -615,6 +615,10 @@ This repository is created as an online bookmark for useful links, resources and hasherezade/pe_to_shellcode Converts PE into a shellcode + + HyperDbg/HyperDbg + The Source Code of HyperDbg Debugger 🐞 + hzqst/unicorn_pe Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files.