Re: My DLL leaks memory
"kal" <kalstevens@xxxxxxxxx> écrivait
news:1138579243.675099.55290@g44g2000cwa.googlegroups.com:
> I have a DLL that leaks memory, this DLL is critical to my companies
> application.
> The DLL is from a 3rd party vendor, and they are out of buisness, so
> there is no way to get the source.
Give a try to RosAsm's Disassembler-ReAssembler.
Usually the DLLs tend to be easily rebuild, by RosAsm,
because of the "as many" entries given by the Export
Section.
[For sure, with this system, you cannot get any problem
with the Addresses, when inserting code of yours]
Betov.
<
http://rosasm.org >
.
Relevant Pages
- Access crashes when calling DLL function.
... (Running Access 2003 SP3 on WinXP Pro.) ... I have a module created by a 3rd party vendor which calls ... whenever any of the DLL functions are ... ..mdb is not any larger megabytes-wize than the working ones. ... (microsoft.public.access.modulesdaovba) - Re: WINLOGGON.EXE then lsAss.exe....both bad image, safe mode=blank sc
... Please check this against your installation diskette. ... > I tried safe mode, but all i get is a blank screen with only safe mode ... Do you need to contact the 3rd party vendor for new copies because ... (microsoft.public.windowsxp.help_and_support) - Re: Unmanaged code
... Using platform invoke ... Read there http://msdn2.microsoft.com/en-gb/library/ms173184.aspx and see sample http://msdn2.microsoft.com/en-gb/library/ms173187.aspx of calling WinAPI ... J> I've got a DLL from a 3rd party vendor and they wrote the DLL in C++ ... (microsoft.public.dotnet.languages.csharp) - Re: POLIB util
... Betov wrote: ... > If the DLL is correctly disassembled by RosAsm, ... Might as well just write a new object module and re-link. ... modules (not much to worry there, all the actual assemblers support ... (alt.lang.asm) - Turning a EXE into a DLL
... that leaks memory and I am trying to eliminate or greatly reduce this ... Now I need to convert it to a DLL ... this is that the EXE has a dialog screen open with a bunch of buttons ... I need to pass some parameters from the VB6 ... (microsoft.public.vc.mfc) |
|