ezzetabi Posted July 14, 2004 Posted July 14, 2004 Maybe it already common knowledge, but maybe it is not.If you need to Hex editing you can't just do it with Autoit... You need to integrate to autoit an other program.I found that XVI32 is very good for this:Just file install XVI files (it does not install .dll, registry modification or other nonsenses) and execute:RunWait("c:\folder\XVI32.exe filetoHexedit.file /S=istruction.xsc","c:\folder",@sw_hide)filetoHexedit.file is of course the file that needs to be modifiedistruction.xsc is a list of operation that XVI32 have to do on the file.If the list of operation is well made, XVI just start, do and leave.XVI uses its script language that is very easy to learn and use, just check the helpfile.http://www.chmaas.handshake.de/delphi/free...xvi32/xvi32.htm
Guest brianpaul Posted September 22, 2004 Posted September 22, 2004 I guess it was common knowledge after all. <{POST_SNAPBACK}>Thanks ezzebabi... this might be what I need. I have been looking for a way to enter a hex number as a reg_binary in the registry. Hope this works Thanks!
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