From 84e0cfebaa322093d256cbeea7c629ad8580a6ce Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Sat, 4 Jan 2020 19:39:57 +0100 Subject: [PATCH] Add peframe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e150786..593b04a 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ executables. Python alternative to PEiD. * [PE-bear](https://hshrzd.wordpress.com/pe-bear/) - Reversing tool for PE files. +* [PEframe](https://github.com/guelfoweb/peframe) - PEframe is an open source tool to perform static analysis on Portable Executable malware and malicious MS Office documents. * [PEV](http://pev.sourceforge.net/) - A multiplatform toolkit to work with PE files, providing feature-rich tools for proper analysis of suspicious binaries. * [PortEx](https://github.com/katjahahn/PortEx) - Java library to analyse PE files with a special focus on malware analysis and PE malformation robustness.