Jump to content

You Need This !


Recommended Posts

Hi

This is the way how to force windows setup to accept any modified dll

first let us take example UXTHEME.DLL

the orignal uxtheme

start from offset C3FE : EC81 EC80 0000 0056 578B

the modified uxtheme

at the same offset C3FE : EC33 F68B C6C9 C208 008B

that mean we are change the checksum and we have to correct it ( setup will not ask for digital sign during copying the files.Setup will ask for the checksum )

letus calculate :

( EC33 + F68B + C6C9 + C208 + 008B ) - ( EC81 + EC80 + 0000 + 0056 + 578B ) = 13B38

we want the checksum 4 digit long that mean the result will be = 3B39

you will find the checksum in dll file after this digits

0010000000020000050001000500010004000?000000000000?00?0000040000XXXX

? : this could be any digit

x : this the checksum of the file

the checksum in this file at offset : 130

and the checksum for orignal file is : 1633

the checksum for the modified file will be : ( 1633 + 3B39 ) = 516C

ok now change the checksum to the new value and compress it with any software that can make cab file ( I recommend WinACE or CapPack ) and replace it with the orignal file ...... good luck

is it good explain ? or :rolleyes: ?

:)

Link to comment
Share on other sites


  • 1 month later...
And woot. Maybe now I can get Windows XP to properly copy my wpa.dbl file.

some one trying to get around activtion here.

Not necessarily, wpa.dbl is an "already activated" file, and wouldn't work if it was copied to a system with different hardware. Copying this over saves having to activate again, as you are only given a number of times you are allowed to activate before phoning Microsoft Support for a telephone ID.

Link to comment
Share on other sites

It was my understanding that you could activate the same computer any number of times. It is only until you start changing hardware around that you run into a problem. There could be something I'm missing, though. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...