Skip to content

zhouliqi/cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Study

Valgrind

Valgrind is an instrumentation framework for building dynamic analysis tools. see here

# install
sudo apt-get install valgrind
# usage
valgrind --tool=memcheck --leak-check=yes ./a.out

Disassembly

g++ -c -o main main.cc

objdump -d main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages