본문 바로가기
창고/Backup_2013_0121

시스템 유틸 - 디버깅 관련

by 가능성1g 2011. 8. 30.
반응형

출처:

열씨미와게을러의리눅스개발노하우탐험기
카테고리 컴퓨터/IT > OS
지은이 박재호 (한빛미디어, 2008년)
상세보기


*. rmalloc 심플한 메모리 디버거

http://www.hexco.de/rmdebug

*. lsof - list open files 현재 open 중인 파일을 확인 - 중요

*. fuser - list processes using a file or file structure

*. strace - write STREAMS event trace messages to standard output ( 시스템 콜 추적 )

*. ltrace - trace inter-module procedure calls ( 라이브러리 호출 추적 )

*. gdb
(gdb) where
(gdb) where full
(gdb) up 2
(gdb) down


>> 추천 책 <<
Binary Hacks: 해커가 전수하는 테크닉 100선

반응형