janedoe Posted May 12, 2008 Share Posted May 12, 2008 (edited) These files are ready for an unattended CD and SFC_OS.DLL/UXTHEME.DLL can be used to replace an existing file on a system with SP3 installed (you'll need a Replacer program). Service Pack 3 ENU (5.1.2600.5512) Disable Windows XP File Protection permanently without registry Unlock Windows XP Setup - Enable edition of syssetup.inf Unlock Windows XP Visual Styles (Themes) -------------------------------------------------------------------------------- Service Pack 3 FRA (5.1.2600.5512) D?sactiver la Protection de fichiers Windows de fa?on permanente sans registre D?verrouiller l'Installation de Windows XP - Permettre l'?dition de syssetup.inf D?verrouiller les Styles Visuels de Windows XP (Th?mes) Edited May 12, 2008 by janedoe Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/ Share on other sites More sharing options...
Yusuf M. Veteran Posted May 12, 2008 Veteran Share Posted May 12, 2008 I don't know if these files are legitimate especially since you're a resident one post wonder. Still, I'd test out the files but at the moment I don't have a machine with Windows XP SP3 installed. :/ Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589394926 Share on other sites More sharing options...
janedoe Posted May 12, 2008 Author Share Posted May 12, 2008 I don't know if these files are legitimate especially since you're a resident one post wonder. Still, I'd test out the files but at the moment I don't have a machine with Windows XP SP3 installed. :/ Anaron, These files are from the SP3 RTM and I use the same patching since SP2 but to be honest I didn't test them if they worked with SP3. One thing is sure... the same patches for SP2 worked great and was time tested. I'm gonna test these new files on my side to be sure of the quality. jdoe Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589395117 Share on other sites More sharing options...
Yusuf M. Veteran Posted May 12, 2008 Veteran Share Posted May 12, 2008 Anaron,These files are from the SP3 RTM and I use the same patching since SP2 but to be honest I didn't test them if they worked with SP3. One thing is sure... the same patches for SP2 worked great and was time tested. I'm gonna test these new files on my side to be sure of the quality. jdoe I see. Be sure to post back soon! Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589395359 Share on other sites More sharing options...
janedoe Posted May 12, 2008 Author Share Posted May 12, 2008 I see. Be sure to post back soon! Tested... OK Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589395477 Share on other sites More sharing options...
Saint Shiv Posted May 13, 2008 Share Posted May 13, 2008 Tested... OK We appreciate the post of the modified files, perhaps this should be stickied - as more users switch to SP3 they're going to be looking for these files. In fact, when I joined Neowin I was looking for the UXTheme patch. Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396010 Share on other sites More sharing options...
az`rael Posted May 13, 2008 Share Posted May 13, 2008 uxtheme.dll doesn't work for me. causes explorer not to boot. now to correct this bull****... Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396082 Share on other sites More sharing options...
iron2000 Posted May 13, 2008 Share Posted May 13, 2008 I think this type of files need to be decompressed in order to be replaced in the system. DL_ files are kind of installation files, I think. Just renaming to .dll don't work. Its more for the cd thing like janedoe states. Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396160 Share on other sites More sharing options...
az`rael Posted May 13, 2008 Share Posted May 13, 2008 Ya it does need to be depressed. I found a working one over at WinMatrix. You can grab the .dll in full for any SP3 version :) Final (build 5512 / listed as 2111 in winver): Here Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396164 Share on other sites More sharing options...
darth_vader Posted May 13, 2008 Share Posted May 13, 2008 The files can be extracted with winrar. Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396170 Share on other sites More sharing options...
iron2000 Posted May 13, 2008 Share Posted May 13, 2008 Silly me, said decompress but didn't go ahead and do it. 7zip does the extraction too. Thanks Darth. I'm already using the uxtheme posted by FlishFun. Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396181 Share on other sites More sharing options...
janedoe Posted May 13, 2008 Author Share Posted May 13, 2008 Sorry, I thought it was obvious that these files were compressed (like those on the source CD). On my web pages, there is a tool for fast compression/decompression called "CAB Tool 1.8" My programs Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589396530 Share on other sites More sharing options...
ceztko Posted June 29, 2008 Share Posted June 29, 2008 These files are ready for an unattended CD and SFC_OS.DLL/UXTHEME.DLL can be used to replace an existing file on a system with SP3 installed (you'll need a Replacer program).... Can you describe a systematic procedure to patch the SFC_OD.DLL file in any language? Here is reported a method that disable WFP on SP3 RTM, but it works only with a registry mofication. Thanks Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589518607 Share on other sites More sharing options...
janedoe Posted June 30, 2008 Author Share Posted June 30, 2008 Can you describe a systematic procedure to patch the SFC_OD.DLL file in any language? Here is reported a method that disable WFP on SP3 RTM, but it works only with a registry mofication.Thanks I can't have a look of all languages version of this dll but if it can help, I'll try to give you the informations that you *should* need. To avoid the need of a registry edits to make the patch working, all other values of SFCDisable must be skipped. This is why my patch do a jump where it have to, like if SFCDisable was FFFFFF9D all the time (no matter what the real value is). At the hexadecimal offset EC84 (or around this offset) you should find the following assembly... cmp eax, FFFFFF9D ; 83F89D jne 76C1F891 ; 7508 xor eax, eax ; 33C0 inc eax ; 40 Which is translate to machine code as 83F89D750833C040 You need to search for this byte patterns and replace these 8 bytes by 3BC0EB3290909090 cmp eax, eax ; 3BC0 jmp 76C1F8BA ; EB32 nop ; 90 nop ; 90 nop ; 90 nop ; 90 Hope it helps Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589521312 Share on other sites More sharing options...
dmd3x Posted June 30, 2008 Share Posted June 30, 2008 you can extract using command line too Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589521856 Share on other sites More sharing options...
ceztko Posted June 30, 2008 Share Posted June 30, 2008 I can't have a look of all languages version of this dll but if it can help, I'll try to give you the informations that you *should* need.To avoid the need of a registry edits to make the patch working, all other values of SFCDisable must be skipped. This is why my patch do a jump where it have to, like if SFCDisable was FFFFFF9D all the time (no matter what the real value is). At the hexadecimal offset EC84 (or around this offset) you should find the following assembly... cmp eax, FFFFFF9D ; 83F89D jne 76C1F891 ; 7508 xor eax, eax ; 33C0 inc eax ; 40 Which is translate to machine code as 83F89D750833C040 You need to search for this byte patterns and replace these 8 bytes by 3BC0EB3290909090 cmp eax, eax ; 3BC0 jmp 76C1F8BA ; EB32 nop ; 90 nop ; 90 nop ; 90 nop ; 90 Hope it helps Sure, it helped. Thanks. Link to comment https://www.neowin.net/forum/topic/636532-sp3-patched-files/#findComment-589522013 Share on other sites More sharing options...
Recommended Posts