How to change the content of a file w/o changing it's size?

More than just game modification.

Moderator: wizme

SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

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

Post 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
Image
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

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

Post 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.
You do not have the required permissions to view the files attached to this post.
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
SandsOfTime
Death Warrior
Death Warrior
Posts: 92
Joined: Sat Jun 19, 2010 12:08 pm

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

Post 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 :]
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

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

Post by wizme »

add 00 to the end of program may work
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
SandsOfTime
Death Warrior
Death Warrior
Posts: 92
Joined: Sat Jun 19, 2010 12:08 pm

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

Post by SandsOfTime »

wizme wrote:add 00 to the end of program may work
Alright i'll give it a try. Thank you very much.
Post Reply