Skip to content

完成内存检测模块

maning requested to merge memory_detect into main

1.新增"src/memory_detect.h"和"src/memory_detect.cpp"文件 2.完成内存检测模块编写 3.新增"example/memort_demo.cpp"文件 4.增加"memory_demo"测试程序,验证内存检测模块,验证通过 打印日志: Create PLTHook for Note: calloc not found in PLT, skipping Note: realloc not found in PLT, skipping Note: operator new not found in PLT, skipping Note: operator delete not found in PLT, skipping Note: operator new[] not found in PLT, skipping Note: operator delete[] not found in PLT, skipping HookedMalloc: 100 RecordAllocation: 0x5e388725bdf0, size: 100 HookedFree: 0x5e388725bdf0

Merge request reports

Loading