Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.74 KB

OllyDbg.md

File metadata and controls

69 lines (46 loc) · 3.74 KB

OllyDbg Debugger

All OllyDBG v1.0 Plugins

All OllyDBG v2.0 Plugins

Others

CLBPlus! plugin extends standart capabilities of conditional log breakpointing. It uses new feature of OllyDbg (implemented from version 1.10) which allows you to pass commands to plugins from "Set conditional log breakpoint window"

OllyDbg v1.10 plugin to continue on certain breaks, useful for ignoring irrelevant places where memory breakpoints trigger.

An embedded C++ script plugin for Ollydbg

ollydbg plugin, the goal is to make life easier

It's function is to collect information about program structure and state while it is being analysed. Project's introductory information can be seen here: http://sgros-students.blogspot.com/2015/10/machine-learning-augmented-reverse.html

Labeless is a plugin system for dynamic, seamless and realtime synchronization between IDA Database and Olly. It consists of two parts: IDA plugin and OllyDbg plugin.

Ollydbg plugin for importing information from .map files

This is an OllyDbg plugin which will help you to import map files exported by IDA, Dede, IDR, Microsoft and Borland linkers.

A simple plugin of OllyDBG for saving data from memory to a file

A Code highlighting plugin for OllyDbg 2.01.

OllyCallTrace is a plugin for OllyDbg to trace the call chain of a thread.

This is a plugin for OllyDbg 1.10 to replace the old disasm engine by Capstone disassembly/disassembler framework.

OllyDbg v1.10 / v2.01 backup plugin. This simple plugin allows saving the loaded executable labels and comments to a CSV file and later loading them back in.

Ollydbg plugin to generate exe launchers from the list of ollydbg's patches

This plugin does nothing special despite providing ability to edit EIP and removing this superfluous elements from popup menu

OllyHeapTrace is a plugin for OllyDbg to trace the heap operations being performed by a process.

OllyDbg 2.01 plugin that finds possible references to a loaded modules resources

OllySocketTrace is a plugin for OllyDbg to trace the socket operations being performed by a process.

This OllyDbg plugin performs an in-memory scan of loaded modules to display some of their compiled options that aid in exploit development, originally it only supported '/SafeSEH', ASLR and NX flags have only recently been implemented.

OllyDbg plugin to start debugging process as Limited User Account (LUA)