c++ - How to hook AllocMem(), FreeMem() etc... calls ? It can be by any kind of technique dll, executable, etc -
i'm trying hook events related memory allocation create external debugger have no need of implementation on source code. need hook theses calls, 1 know how ? like, http://www.itworld.com/uir000929interposers runs on windows too. c/c++ implementations or ideas welcomed too.
tks
tks answers, i'll make tests find best alternative.
i checkout answers no available solutions now. i'm searching , researching self too. if discovery thing new i'll post here.
you might want check microsoft's detours. jeffrey richter's books on windows programming contain similar library.
Comments
Post a Comment