From 75b096637877c85cb88c22a5b31e821ecb6a5ad6 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 10 Nov 2017 00:29:30 +0700 Subject: [PATCH] Add Binary Analysis with katjahahn/PortEx --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 957b4b6..2d0349f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ My curated list of awesome links, resources and tools - [Articles](#article) - [Tools](#tools) - [AWS Security](#aws-security) + - [Binary Analysis](#binary-analysis) --- @@ -62,3 +63,18 @@ My curated list of awesome links, resources and tools + +### Binary Analysis + +*Binary analysis tools, including decompilers, deobfuscators, disassemblers, etc.* + + + + + + +
+ katjahahn/PortEx + + Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness +