Jump to content

Patch a exe.


Recommended Posts

Is it possible to Patch a exe, using Autoit.

For example on line 2 of my code i have

Before update:

msgbox(64, "Program name", "Message")

After Update:

msgbox(64, "Program name", "Different Message")

When i update it i would just upload a Patch exe, so the user doesn't have to download a huge file. Is this possible?

Link to comment
Share on other sites

you should decompile and then re-compile the script

or find the part you want to change in the compiled script and replace them with another piece of code, always encrypted as if it was compiled :)

...I think...

cheers

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

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