Debuggers Flashcards

1
Q

OllyDbg

A

was an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. It traces registers, recognizes procedures, API calls, switches, tables, constants and strings, as well as locates routines from object files and libraries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Immunity Debugger

A

a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry’s first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GNU Debugger

A

a powerful source-level debugging package that lets you see what is going on inside your program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

WinDbg

A

a debugger that can be used to analyze crash dumps, debug live user-mode and kernel-mode code, and examine CPU registers and memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Interactive Disassembler (IDA)

A

disassembler for computer software which generates assembly language source code from machine-executable code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Covenant

A

ommand and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SearchSploit

A

a command line search tool for Exploit-DB that
also allows you to take a copy of Exploit Database with you,
everywhere you go. SearchSploit gives you the power to perform
detailed off-line searches through your locally checked-out copy of
the repository. This capability is particularly useful for security
assessments on segregated or air-gapped networks without
Internet access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly