From 02f775cd14e3e56dd7548138bfa76e4a4e15f484 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 15 Feb 2018 22:46:59 +0700 Subject: [PATCH] [Tools][Binary Analysis]pierrezurek/Signsrch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f2a0c0b..5b98f39 100644 --- a/README.md +++ b/README.md @@ -735,6 +735,10 @@ My curated list of awesome links, resources and tools LIEF Library to Instrument Executable Formats + + pierrezurek/Signsrch + tool for searching signatures inside files, extremely useful in reversing engineering for figuring or having an initial idea of what encryption/compression algorithm is used for a proprietary protocol or file. it can recognize tons of compression, multimedia and encryption algorithms and many other things like known strings and anti-debugging code which can be also manually added since it's all based on a text signature file read at runtime and easy to modify. + VisUAL A highly visual ARM emulator