SANS Institute - OllyDbg: Difference between revisions
From GCA ACT
Jump to navigationJump to search
(Updated description via script) Tag: Reverted |
(Updated via script) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Description=<br> | =Description= | ||
<br> | |||
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. It is distributed as free software with full source code. It can be used to debug user mode applications and kernel-mode drivers, and to analyze malicious code. | OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. It is distributed as free software with full source code. It can be used to debug user mode applications and kernel-mode drivers, and to analyze malicious code. | ||
OllyDbg is a standalone debugger and does not require any installation. | OllyDbg is a standalone debugger and does not require any installation. | ||
<br> | |||
=More Information= | |||
<br> | <br> | ||
https://www.sans.org/tools/?per-page=100 | https://www.sans.org/tools/?per-page=100 |
Latest revision as of 03:00, 24 April 2024
Description
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. It is distributed as free software with full source code. It can be used to debug user mode applications and kernel-mode drivers, and to analyze malicious code.
OllyDbg is a standalone debugger and does not require any installation.