Jump to content

Recommended Posts

  • 2 weeks later...
Posted

ptrex, You should definitely make it possible to view and edit AutoIt binary data directly in this visual control and return modified data.

$dBin = Binary("abc")

$dBin should appear as "61 62 63" in the control. If you change 3 to 4, and return the modified data you get

$dBin = Binary("abd")

 

Posted (edited)

Hi Lars,

Editing binary code is available out of the box. 

1. Open the application and read an EXE file

2. When you see the binary appear in the control, double click any byte you want to change and change it.

 

Writing back the modified value is still a mistery to me at the moment.

Once you have changed the binary data it is captured in the COM control.

And I am not sure how to access the object in the ROT., since there is no GETDATA method available ?

 

PS :

Thanks again for this genius IRunningObjectTable solution !  

Now we have a real use case for your iRunningObjectTable as well.

 

Edited by ptrex

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