All Projects → taeguk → Free_checker

taeguk / Free_checker

Simple memory leak finder (for C program) using LD_PRELOAD.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Free checker

Vutils
Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler.
Stars: ✭ 16 (+220%)
Mutual labels:  hooking
Sinsofmemoryleaks
Some common patterns of memory leaks in Android development and how to fix/avoid them
Stars: ✭ 343 (+6760%)
Mutual labels:  memory-leak
Php Memory Profiler
Memory leak profiler for PHP
Stars: ✭ 544 (+10780%)
Mutual labels:  memory-leak
dllhook
A tool for hooking Windows applications and jumping to your Python code with the injected Python interpreter
Stars: ✭ 20 (+300%)
Mutual labels:  hooking
Teamviewer permissions hook v1
A proof of concept injectable C++ dll, that uses naked inline hooking and direct memory modification to change your TeamViewer permissions.
Stars: ✭ 297 (+5840%)
Mutual labels:  hooking
Arthook
Library for hooking on ART
Stars: ✭ 391 (+7720%)
Mutual labels:  hooking
hookwin10calc
Reverse engineered Windows 10 Calculator.exe (UWP application) hacker. 한글/漢文을 배운 윈도우 계산기 패치.
Stars: ✭ 19 (+280%)
Mutual labels:  hooking
Leakcanary
A memory leak detection library for Android.
Stars: ✭ 27,029 (+540480%)
Mutual labels:  memory-leak
Detoursnt
Detours with just single dependency - NTDLL
Stars: ✭ 314 (+6180%)
Mutual labels:  hooking
Injdrv
proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC
Stars: ✭ 541 (+10720%)
Mutual labels:  hooking
AMLeaksFinder
A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。
Stars: ✭ 89 (+1680%)
Mutual labels:  memory-leak
Filprofiler
A Python memory profiler for data processing and scientific computing applications
Stars: ✭ 277 (+5440%)
Mutual labels:  memory-leak
Subhook
Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)
Stars: ✭ 470 (+9300%)
Mutual labels:  hooking
small-gd-mods
small collection of mods for geometry dash
Stars: ✭ 39 (+680%)
Mutual labels:  hooking
Memleax
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
Stars: ✭ 564 (+11180%)
Mutual labels:  memory-leak
cute
An event-centric publisher/subscribe model for objects inspired by the Qt framework
Stars: ✭ 37 (+640%)
Mutual labels:  hooking
Plthook
Hook function calls by replacing PLT(Procedure Linkage Table) entries.
Stars: ✭ 351 (+6920%)
Mutual labels:  hooking
Js Leakage Patterns
🎯这是关于JavaScript内存泄露和CSS优化相关序列文章,相信你读完会有所收获的✈️
Stars: ✭ 756 (+15020%)
Mutual labels:  memory-leak
Memoscope.net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
Stars: ✭ 626 (+12420%)
Mutual labels:  memory-leak
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+10140%)
Mutual labels:  hooking

Free Checker

Usage

./freeChecker.sh

Description

######  Simple free checker (for C program) using LD_PRELOAD. ######  It helps for programmer to find memory-leak bug!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].