pefile
pefile copied to clipboard
Looking for some advise to extract AutoIt script and other resources (not a actual issue)
After read through the Usage Example I still cannot figure out how to extract AutoIt script and other resource, looking for some idea to extract them out.
Thanks
ClamAV is able to extract AutoIT scripts from PE executables. clamscan --debug --verbose --leave-temps --tempdir . PEfile_with_autoit.exe
should create a directory structure in your current directory with a subdirectory containing the AutoIT script. It doesn't help you with using pefile to do it, but I thought you might want to know about the alternative method.