Jump to content

Executable code and interacting with it.


Recommended Posts

If I want to open up a .exe file and perform alterations or convert its content from one thing to another (example like string to binary etc) What kind of data type would an exe file be? That way I know what xxxxtoxxxx command I could use to convert its contents from what ever type of data it is into something else. etc. I am trying to get to grips with as much as possible so that I know how to do things.

Do you know what I mean about this?

Link to comment
Share on other sites

I always thought binary was what exe files was, all gobeldygook but when I look at what binary data is in Autoit its more like hexidecimal with a 0x preceding it.

So given that fact, if I convert the exe contents to another data type, what do I do to convert it back to its original "exe'ness" ?

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...