PC리버싱/(구)기초정리 by ME

디버거들 총정리

Lamed_Dhhd 2020. 5. 22. 22:45
반응형

디버거 사용법

참고 IDA나 기타등등 디버거들은 다를수있습니다

 

 

1X64dbg

https://dhhd-goldmilk777.tistory.com/119?category=889085

 

X64dbg 설치 관련

https://sourceforge.net/projects/x64dbg/files/snapshots/ x64dbg - Browse /snapshots at SourceForge.net × sourceforge.net 프로그램다운로드사이트 https://github.com/ThunderCls/xAnalyzer ThunderC..

dhhd-goldmilk777.tistory.com

2ollydbg

https://dhhd-goldmilk777.tistory.com/160

 

올리디버거 설치

OllyDbg란? 올리디버거는 윈도우용 어셈블러를 분석할수있는 디버거이다. OllyDbg는 직관적인 사용자 화면을 제공하고 무료로 사용할 수 있으며 다양한 플러그인을 통해 기능을 확장할 수 있다. 현�

dhhd-goldmilk777.tistory.com

3ida

https://www.hex-rays.com/products/ida/

 

IDA Pro – Hex Rays

About IDA The IDA Disassembler and Debugger is an interactive, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X. IDA has become the de-facto standard for the analysis of hostile code, vulnerability research and c

www.hex-rays.com

장점: 디컴파일을해서 c언어로 어셈블리어를 보여주는 hexray기능과

컴파일 관련 지원이 좋아서 기능들만 잘활용한다면 좋은 도구다

파이썬 스크립트도 지원된다

4ghidra

https://ghidra-sre.org/

 

Ghidra

Getting Help Ghidra provides context-sensitive help on menu items, dialogs, buttons and tool windows. To access the help, press F1 or Help on any menu item or dialog. Visit our Wiki Issue Tracker

ghidra-sre.org

장점: ida처럼 디컴파일이가능하다

단점 자바를깔아야한다

5hyperdbg
https://hyperdbg.com/

 

HyperDbg Debugger

Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip , Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,. Here's a tip ,Here's a tip ,Here's a tip ,Here's a tip ,. Tip & Notes Business Owner

hyperdbg.com


6immunity debugger
https://www.immunityinc.com/products/debugger/

 

Immunity Debugger

IMMUNITY DEBUGGER Download Download Immunity Debugger Here! Overview A debugger with functionality designed specifically for the security industry Cuts exploit development time by 50% Simple, understandable interfaces Robust and powerful scripting language

www.immunityinc.com

장점 파이썬 스크립트를지원한다

http://index-of.co.uk/Reverse-Engineering/Immunity%20Debugger%20&%20Python%20Part%201%20%5Bosiris%5D.pdf

7Dnspy c#전용

https://github.com/0xd4d/dnSpy/releases

 

Releases · 0xd4d/dnSpy

.NET debugger and assembly editor. Contribute to 0xd4d/dnSpy development by creating an account on GitHub.

github.com

CLI환경

- gdb

명령 창이라 보기 힘든 것을 보완하기 위해 PEDA 플러그인을 사용한다. 

- windbg

반응형

'PC리버싱 > (구)기초정리 by ME' 카테고리의 다른 글

X64dbg 플로그인정리  (0) 2020.05.24
올리디버거 설치  (0) 2020.05.22
빈 프로그램exe (공유)  (0) 2020.05.20
X64dbg 설치 관련  (0) 2020.05.16
시프트  (0) 2020.05.14