d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Changing Checksum For Dummies > "how To"
Add Reply New Topic New Poll
Member
Posts: 3,701
Joined: Dec 31 2008
Gold: 0.00
Apr 12 2015 02:54am
I'm not a coder, I need to change a checksum of an .exe file,
Is there any guide about it, idealy it would be if someone can do this for me.
Thank You.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 12 2015 03:16am
You can't... easily.

Are you trying to change the checksum of an executable in order to obtain the original checksum (so you can hide file changes), if so you are out of luck as I doubt you have the processing power to obtain this.

The attack requires brute forcing to collide the hash.

A full answer can be found here: http://stackoverflow.com/a/1756131/1161270

In other means, no you will not be able to do this.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll