Linux Program Examine Commands
Post By kanra
Blogs Linux Program Examine Commands

Ltrace

 

ltrace {./prog_name} – Trace library calls of a given program.

 

 

GDB

 

gdb is a program debugger

 

 

 

Valgrind

 

valgrind is a dynamic analysis tool to detect memory leak and threading bugs, also list information about heap blocks used.

 

 

 

Make

 

make is used to build a large project by using a file called makefile, which is file having commands that describe how to make this large project.

make

make all

make clean

make



AUTHOR : kanra
EMAIL : karawakara@gmail.com
Working on Networking, Web Development, Software Development, Server-side deployment. Having fun on doing experiments on new technologies.