Repository of useful tools developed by CofenseLabs
-
dump_cells.py - A python script to dump cells from an Excel spreadsheet. This can be useful when analyzing a malicious spreadsheet that hides the malicious code within the spreadsheet cells. The script can also dump all cells to a CSV. Usage demonstrated in this Lab Note
-
dumper.py - A python script demonstrating the decoding a encoded shellcode, plus the decoder stub, using the unicorn emulation engine. Usage demonstrated in this Lab Note