Tracking data in xml

Grimster101

New Member
I have an .exe file that fills in some xml files with some float values. How can I find the resource of these values in .exe ? The value I am searching for in exe is "0.0", I tried using Hex Editing but exe is full of zeros. I would like to trace where data is coming from. Lets say in xml, line is height=0.0 I know that this value, 0.0 comes from exe, I need to change this value to 2.0. Afterwards editing xml file to 2.0 does not affect exe's working. exe just runs with its own 0.0 value. These values are constants and coded in exe.
 
Back
Top