Page 2 of 2

Re: How to change the content of a file w/o changing it's si

Posted: Thu Dec 30, 2010 2:37 pm
by SoullessSoul

Code: Select all

	
2010-12-30 Found nothing
	
2010-12-30 Found nothing
	
2010-12-29 Found nothing
	
2010-12-30 Found nothing
	
2010-12-29 Found nothing
	
2010-12-29 Found nothing
	
2010-12-29 Found nothing
	
2010-12-29 Found nothing
	
2010-12-30 Found nothing
	
2010-12-29 Found nothing
	
2010-12-30 Found nothing
	
2010-12-30 Found nothing
	
2010-12-29 Found nothing
	
2010-12-30 Found nothing
	
2010-12-30 Found nothing
	
2010-12-28 Found nothing
	
2010-12-29 Found nothing
	
2010-12-29 Found nothing
	
2010-12-30 Found nothing

Re: How to change the content of a file w/o changing it's si

Posted: Thu Dec 30, 2010 4:07 pm
by wizme
Remember to backup a copy of the exe first.
Use a hex editor open it, your string is at address 00003740. Change the G(47 in hex) to P(50 in hex) and save the exe.

I've changed for you but try to do it yourself if possible =).
Not sure if the app will still work properly.

Re: How to change the content of a file w/o changing it's si

Posted: Thu Dec 30, 2010 4:48 pm
by SandsOfTime
wizme wrote:Remember to backup a copy of the exe first.
Use a hex editor open it, your string is at address 00003740. Change the G(47 in hex) to P(50 in hex) and save the exe.

I've changed for you but try to do it yourself if possible =).
Not sure if the app will still work properly.
Thanks for changing it for me, i'll give it a try.
Another question: what do i do if the file size is small than what i need? E.g i need 27.0kb when it's 26.5kb.

Thanks again for the help :]

Re: How to change the content of a file w/o changing it's si

Posted: Thu Dec 30, 2010 9:18 pm
by wizme
add 00 to the end of program may work

Re: How to change the content of a file w/o changing it's si

Posted: Thu Dec 30, 2010 11:16 pm
by SandsOfTime
wizme wrote:add 00 to the end of program may work
Alright i'll give it a try. Thank you very much.