Quote:
[...]overwrite at address 000F18A0 (CAh) with CBh.
|
Moak was a little Dyslexic there, the address you want to change is really 000F180A (and probably 000F180B too). You can change the port to anything you want under 65535. The value is stored as two bytes, low byte first.
6346 in Hex is 18CA so it's stored as CA 18 in 000F180A and 000F180B respectively
16382 is 3FFE so would be stored FE 3F
With small numbers, you will have leading 0's that probably won't show up on your calculator.
360 is 168 so it would be stored as 68
01
42 is 2A and it would be stored as 2A
00
Again, modify your exe's at your own risk, and keep a backup just in case.