cscat
September 13th, 2008, 07:37
Hi all,
In my exe file there is a %s and I guess it receives a string or something this way. Actually it is:
ASCII:
G l o s s a r i e s d i r e c t o r y = % s
Hex:
47 00 6C 00 6F 00 73 00 73 00 61 00 72 00 69 00 65 00 73 00 20 00 64 00 69 00 72 00 65 00 63 00 74 00 6F 00 72 00 79 00 20 00 3D 00 20 00 25 00 73 00
I want to change this directory e.g. to D:\Gloss. What should I consider?
Thanks
In my exe file there is a %s and I guess it receives a string or something this way. Actually it is:
ASCII:
G l o s s a r i e s d i r e c t o r y = % s
Hex:
47 00 6C 00 6F 00 73 00 73 00 61 00 72 00 69 00 65 00 73 00 20 00 64 00 69 00 72 00 65 00 63 00 74 00 6F 00 72 00 79 00 20 00 3D 00 20 00 25 00 73 00
I want to change this directory e.g. to D:\Gloss. What should I consider?
Thanks