MS patch (mspatcha.dll) - how to use? Does anybody know how to use MS patch (mspatcha.dll)?
#1
Posted 05 July 2006 - 03:47 AM
Or is there any tool that would create this type of patch files and restore them back?
Petr
#2
Posted 05 July 2006 - 09:09 AM
there's a third party DLL patcher that uses the mspatcha.dll file to "patch" files. I mentioned this to MDGx in the "98FE + 98SE + ME + updates + hotfixes" topic a few months ago.
Use the WTL Patcher app from this site (requires registering with the Code Project site to download the program):
http://www.codeproje...tools/patch.asp
#3
Posted 10 July 2006 - 09:06 PM
erpdude8, on Jul 5 2006, 10:09 AM, said:
http://www.codeproje...tools/patch.asp
bad news about the WTL Patcher application is that it only works properly under windows 2000, xp, server 2003 or vista. Run the WTL patcher tool under windows 95, 98 or me and the patcher's functions will do nothing even with the windows installer 2.0 and the mspatcha.dll file installed under W9XME.
#4
Posted 11 September 2006 - 08:39 AM
#5
Posted 11 September 2006 - 09:27 PM
Sometimes the function names are either self-descriptive (and a bit of reversing and experimentation should reveal the parameters etc.) or make good search terms for further exploration.
#6
Posted 13 September 2006 - 09:54 AM
LLXX, on Sep 11 2006, 10:27 PM, said:
Sometimes the function names are either self-descriptive (and a bit of reversing and experimentation should reveal the parameters etc.) or make good search terms for further exploration.
BUT how do you use them? what is the syntax for using the MSPATCHA.DLL file w/out using any third party tools?
#7
Posted 15 September 2006 - 07:38 AM
erpdude8, on Sep 13 2006, 11:54 AM, said:
well, if you have VB6, you can compile this and use it to find out what the syntax of the dll is
http://www.planet-source-code.com/vb/scrip...26&lngWId=1
i haven't tryed this myself, but this is what the author says it can do.
#8
Posted 15 September 2006 - 08:27 AM
Quote
http://www.planet-so...p...26&lngWId=1
It won't work since mspatch does not rely on COM.
mspatch functions are extremely easy to use.
API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.asp
I use them in RPLite V [English]. It is easy but requires some weird string format.
#9
Posted 02 October 2006 - 09:04 AM
Tihiy, on Sep 15 2006, 09:27 AM, said:
Quote
http://www.planet-so...p...26&lngWId=1
It won't work since mspatch does not rely on COM.
mspatch functions are extremely easy to use.
API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.asp
I use them in RPLite V [English]. It is easy but requires some weird string format.
all right. I wasnt clear to some people when I asked "what is the syntax for using the MSPATCHA.DLL file w/out using any third party tools?"
I should ask it this way.
Can I use MSPATCHA.DLL by using RUNDLL32.EXE? (ex. RUNDLL32 MSPATCHA.DLL,<whatever valid command or commands "mspacha" will accept>
This post has been edited by erpdude8: 02 October 2006 - 09:04 AM
- ← VXD files structure and disassembly
- Windows 9x Member Projects
- Media Player problems [and workarounds] →



Help

Back to top








