From 54d2e52ff960dfb588055a754bb9941eac4715c9 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 13 Jan 2021 14:36:09 +0700 Subject: [PATCH] Add hzqst/unicorn_pe to Binary Analysis section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0203213..3025ac7 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,10 @@ This repository is created as an online bookmark for useful links, resources and hasherezade/hook_finder a small tool for investigating inline hooks (and other in-memory code patches) + + hzqst/unicorn_pe + Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files. + Kaitai Struct Kaitai Struct is a declarative language used to describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.