dandin1 Posted June 9, 2008 Posted June 9, 2008 Would anyone have the correct offsets and hex values to patch uxtheme.dll on sp2 build 3790? I've just tried multiple times and it's never worked. The auto patchers didn't work, the dlls I downloaded didn't work. Another problem is that there is both a 32 and 64-bit version of uxtheme.I can provide the DLLs if someone here is experienced in modding them. I just feel so powerless being unable to do it myself. I really should learn how to single-step assembly.
Tarun Posted June 9, 2008 Posted June 9, 2008 You should update to SP3 and then use damian666's UXTheme Patch.
dandin1 Posted June 9, 2008 Author Posted June 9, 2008 As far as my google search reveals, there is no sp3 for the 64-bit version of windows sadly.
Tarun Posted June 10, 2008 Posted June 10, 2008 I overlooked where this thread was, since I clicked it from the frontpage. Sorry about that, dandin; my mistake.
TranceEnergy Posted June 15, 2008 Posted June 15, 2008 I use nlite to patch what you are asking for, all custom themes work perfect. I dont know if it's legal to upload the patched file, but it so i'd be happy to help.As how to get hold of it yourself, i remember using the auto patcher program, and for me that worked on sp2.You might look into doing a install in a virtual machine and simply copy the patched file from it, thus creating the install image with nlite.Should work perfect.I am aware that this is 64bit.Which i use myself.
dandin1 Posted June 19, 2008 Author Posted June 19, 2008 Thanks! nLite worked. Or rather, it didn't. It'd patch the x64 dll, then would crash for the x32 dll, deleting it (wuxtheme.dl_). I still tried with the x64 dll alone and it works perfectly. It would seem the theme's signature is only checked when it's loaded and not every time uxtheme hooks into an application.
dandin1 Posted June 25, 2008 Author Posted June 25, 2008 Right, forgot something rather important for anyone who might bump into here. Here are the changes that nLite did:at offset 0x150 change 50 94 to A5 56 At offset 0x12DC3 change 48 83 EC 78 to 33 C0 C3 90
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now