Howdy All
What I want to do is to make a patch for a program in vb, I want my program to change a line of the hex value
The hexed line number I want to change in the program is: 00000B20 and the code for that line looks like this: FF45 DC8B 0BC6 8150 2100 0000 8B03 C680 .E.....P!.......
FF45 DC8B 0BC6 8150 2100 0001 8B03 C680 .E.....P!.......
so if you opened it up in a hex editor it would look like this:
00000B20 FF45 DC8B 0BC6 8150 2100 0000 8B03 C680 .E.....P!.......
and the new value would look like this:
00000B20 FF45 DC8B 0BC6 8150 2100 0001 8B03 C680 .E.....P!.......
I can easly make a patch in a patch maker, but I want to be able to design how the patch looks so I want to do this in vb is this possible???, can some show me how??? and can it be done by a drag and drop method???
thanx
------------------
Mooose
