From 99e5cc56acb910a06fd99a546a77249540de88bd Mon Sep 17 00:00:00 2001 From: rshipp Date: Thu, 14 May 2015 19:53:06 -0600 Subject: [PATCH] Add more XOR tools --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b386c6d..4cfb0bf 100644 --- a/README.md +++ b/README.md @@ -243,10 +243,16 @@ the [browser malware](#browser-malware) section.* *Reverse XOR and other code obfuscation methods.* +* [ex_pe_xor](http://hooked-on-mnemonics.blogspot.com/2014/04/expexorpy.html) + & [iheartxor](http://hooked-on-mnemonics.blogspot.com/p/iheartxor.html) - + Two tools from Alexander Hanel for working with single-byte XOR encoded + files. * [NoMoreXOR](https://github.com/hiddenillusion/NoMoreXOR) - Guess a 256 byte XOR key using frequency analysis. * [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using known-plaintext attacks. +* [XORSearch & XORStrings](http://blog.didierstevens.com/programs/xorsearch/) - + A couple programs from Didier Stevens for finding XORed data. * [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as well as the key itself.