vi ~/.gdbinit
source ~/pwndbg/gdbinit.py
#source ~/.gef-2024.01.py
#source ~/peda/peda.py
source ~/Pwngdb/angelheap/gdbinit.py
define hook-run
python
import angelheap
angelheap.init_angelheap()
end
end
원하는 plugin 외에는 source 주석 처리
(py 파일 경로 정확해야 함)
'background > etc..' 카테고리의 다른 글
tmux (terminal multiplexer) (1) | 2023.02.04 |
---|---|
Code Auditing (0) | 2022.10.11 |