walle Posted October 29, 2007 Posted October 29, 2007 I would like to reproduce a patcher. I'm searching for program that monitor the exe. The changes it does in the registry, mem write and more. So I could easily imitate the processes in autoit. Is that possible?
DW1 Posted October 29, 2007 Posted October 29, 2007 you may have better luck, fileinstall() 'ing the patch into the autoit exe and running it silently I know regmon can be used to watch for reg changes but I dunno about for exe's... AutoIt3 Online Help
Joon Posted October 29, 2007 Posted October 29, 2007 Process Monitor can watch both registry and file access in real time.
DW1 Posted October 29, 2007 Posted October 29, 2007 Good to know for me too, thanks Joon AutoIt3 Online Help
walle Posted October 29, 2007 Author Posted October 29, 2007 Thanks, That one will probably work just fine!
Blue_Drache Posted October 29, 2007 Posted October 29, 2007 A patcher? Something that enables features of a registered program that shouldn't be enabled unless paid for? Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
DW1 Posted October 29, 2007 Posted October 29, 2007 where did you get that from Blue_Drache He may want to apply a security patch to an application, or patch a media file to correct error or synch (though I doubt the reg would need monitored for that). But I think there are TONS of legit patches. AutoIt3 Online Help
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now