From 0e40a23957e0140f01aaa12c4e606f5db5f1d031 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Mon, 26 Aug 2019 20:02:50 +0700 Subject: [PATCH] Binary Analysis > pyGoRE --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 950c2a3..cac6cae 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ This repository is created as an online bookmark for useful links, resources and 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. + + pygore + Python library for analyzing Go binaries + VisUAL A highly visual ARM emulator