New Tool: XORSearch.py
2020-08-24 04:42:32 Author: blog.didierstevens.com(查看原文) 阅读量:305 收藏

New Tool: XORSearch.py

XORSearch, written in C, is a tool of mine I started 10+ years ago. But more and more security tools don’t like it.

So I decided to stop adding new features to XORSeach in C, and start programming a Python version to implement new features. This is a work in progress.

For the moment, the Python version only supports XOR-encoding with a one-byte key, and can only search for printable content.

Take a look at my SANS ISC diary entry to see how I use it.

I will still maintain the C version: perform bug fixes and add new features that require the speed of compiled C.

But features like detecting printable content will normally be used on small files, and then speed is not an issue.


文章来源: https://blog.didierstevens.com/2020/08/23/new-tool-xorsearch-py/
如有侵权请联系:admin#unsafe.sh