Jump to content

A solution for Hex editing!


ezzetabi
 Share

Recommended Posts

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 modified

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

Link to comment
Share on other sites

  • 2 months later...
Guest brianpaul

:ph34r:

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!

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