A very useful utility would be a string index lookup utility. Several malwares lately have built commandlines by pulling each character from a string. From the example below it would be very useful to ...
string-lookup-server/ ├── server/ │ ├── server.py # TCP server │ ├── config_loader.py # Config parsing (linuxpath, SSL, etc ...