Results 3 issues of sindney

https://github.com/Tencent/matrix/pull/595 Matrix for Android v1.0 updates: Add Memory Hook. A native memory leak detection tool for Android. Add Pthread Hook. A Java and native thread leak detection tool for Android....

enhancement
help wanted

ST3是64位的,编译器是gcc 4.9.2(gcc-tdm-64) 编译时报错: ``` ld.exe: skipping incompatible libclang.dll when searching for -lclang ld.exe: cannot find -lclang ``` 修改Makefile,CFLAGS加-m32,编译成功。 但是ST中加载Plugin失败: ``` libcc = cdll.LoadLibrary("%s/lib/libcc.dll" % current_path) File "./ctypes/__init__.py", line 431, in...

Hi, i'm trying to use rebind_symbols_image to add hook for our game. I'm adding mmap/munmap hooks to count overall memory usage, in order to gather the memory usage for every...