diff --git a/README.md b/README.md index 23d798d..9032395 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,10 @@ _return-to-libc techniques_ Microsoft/binskim A binary static analysis tool that provides security and correctness results for Windows portable executables + + mxmssh/drltrace + + 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.