Home /
Programming /
Windows /
win32 / Memory leak detection, api hooking, debug tools, debugging, profiling
edit
Try Documentalist, my app that offers fast, offline access to 190+ programmer API docs.
api hooking etc. libraries
- https://github.com/Microsoft/Detours/tree/master/src
- http://mtuner.net, https://news.ycombinator.com/item?id=15103442
- https://github.com/KindDragon/vld
- https://github.com/martona/mhook
- https://github.com/DarthTon/Blackbone : memory hacking library
- http://www.boxedapp.com/ : commercial app that packs dll inside an exe by virtualizing api calls
- https://github.com/KDE/heaptrack
- https://peteronprogramming.wordpress.com/2017/12/06/i-hope-you-dont-mind-if-some-of-your-globals-destructors-are-not-called/
Debug tools:
- https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx : Process Explorer
- http://www.rohitab.com/apimonitor : looks very nice, api monitor for windows