Jump to content

Recommended Posts

Posted

Hi, I was wondering if there was a way to hex edit an exe file.

I looked at the help file for a while but i couldnt find anything.

Posted

FileOpen(), FileRead(), FileWrite(), and FileClose(), using binary mode would do it. See help file.

It's on you to know exactly what offset to edit, and if that's a good idea in the first place.

;)

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
Posted

The same way a hammer knows where the nail should be driven. The same way a car knows where it should turn. The same way an S&W 686 knows who needs to be removed from the gene pool... etc.

;)

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
Posted

There are a fair amount of real time debuggers that you can use to find out what needs to be changed, but those can also be used to patch, so you wouldn't really need to do it programatically... additionally if it's an executable created in autoit3, you're not going to get anywhere

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
  • Recently Browsing   0 members

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