Jump to content

AutoIt can support a function for a file?


Recommended Posts

Dear Members,

I have a question in programming with AutoIt.

I want to make a exe file that has predefined some signatures and a function to compare the position of a signature in a file.

Like a anti-virus.

But I don't know that AutoIt can support it?

It is available for AutoIt?

Please let me know that.

Thank you

Link to comment
Share on other sites

Dear Members,

I have a question in programming with AutoIt.

I want to make a exe file that has predefined some signatures and a function to compare the position of a signature in a file.

Like a anti-virus.

But I don't know that AutoIt can support it?

It is available for AutoIt?

Please let me know that.

Thank you

If you wanted to look for a specific string from the source inside the .exe, you would run up against bytecode, obsfucation, encryption, compression, etc. Not likely to work.

If you are trying to validate the copy, what about a secure hash (i.e. MD5, SHA1, etc.) of the finished .exe instead?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...