Jump to content

Recommended Posts

Posted (edited)

you can detect if an executable is compiled with autoit3 or not via a script?

you can detect if an executable is compressed with upx?

Edited by Ontosy
Posted

Quick is to look at version info of EXE file (right click on EXE and chooche Properties/Version)

You can view these information inside EXE also by Reshacker.

But user can remove version resources from EXE after compilation, so this method is not 100% accurate.

As about UPX: you can use upx -l your.exe to view whether it's UPX compressed file or not.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...