c++ - new and delete container Dlls -


I want to delete the new hook and operator. But I am unable to locate the original DLL where these operators live. I used msvcr90.dll, msvsr90d.dll, msvcrt.dll, kernal32.dll, ole32.dll and some other dlls as well. But my detective application is unable to find new and locating operator.

Please tell me which new DLL and new DELIT operator are defined.

They are in msvcr90.dll. Do not forget that these are C ++ operators, name confused algorithm Works great on them. DumpBin / Exported Output From Copy:

  15F 00063E99 ?? 2 @ YAPAXI @ Z // Zero * __cdecl operator new (unsigned integer) ... 17 11 00063F03 ?? 3 @ YAXPAX @Z // Delete the __cdecl operator (Zero *)  

I used the undname.exe utility to change the messed back name. Many overloads are also present.


Comments