new and delete container Dlls
Posted
by ahmed-zeb
on Stack Overflow
See other posts from Stack Overflow
or by ahmed-zeb
Published on 2010-06-18T11:18:52Z
Indexed on
2010/06/18
11:23 UTC
Read the original article
Hit count: 301
c++
I want to hook new and delete operators. But I am unable to locate the original DLLs where these operators reside. I used msvcr90.dll, msvsr90d.dll, msvcrt.dll, kernal32.dll, ole32.dll and some more dlls as well. But my spying application is unable to locate new and delete operators.
Kindly if someone could tell me in which DLL new and delete operators are defined.
© Stack Overflow or respective owner