Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for some advise to extract AutoIt script and other resources (not a actual issue) #315

Open
JL1829 opened this issue Feb 17, 2021 · 1 comment

Comments

@JL1829
Copy link

JL1829 commented Feb 17, 2021

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

@mjbroekman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants