|
Patch On Fly
|
|
Hits: 9 |
|
Date added: 02/28/2005 |
|
Patch On Fly allows you to create run-time patches for applications. Patch On Fly will automatically creates executable file and companion .DLL This file can be started instead the application and executes and patches in the memory one. |
|
|
|
|
Patch Creation Wizard
hot!
|
|
Hits: 62 |
|
Date added: 02/28/2005 |
|
Patch Creation Wizard provides an easy way to create patches, which could be used for savegame cheaters etc. You can create three different type of patches: Byte Patches, Seek and Destroy Patches and Memory Patches. |
|
|
|
|
OllyDbg Heap Vis
|
|
Hits: 5 |
|
Date added: 06/04/2005 |
|
You may have noticed the ghosted 'Heap' option under the 'View' menu in OllyDbg. The feature is available only under Windows 95 based OS's and is supposed to display a list of allocated memory blocks. The Olly Heap Vis plug-in was written to provide this functionality and more on all modern Windows OS's such as Windows 2000, XP and 2003. The OllyDbg Heap Vis plug-in exposes the following functionality:
* View Heaps
* Search Heaps
* Jump to Heap Chunk
* Create Heap Visualization |
|
|
|
|
OllyDbg Bpx Manager
|
|
Hits: 10 |
|
Date added: 03/13/2006 |
|
OllyDBG has excellent breakpoint manipulation capabilities and can store breakpoint information across debugging sessions for the main module being debugged. However, there are some limitations to the available functionality which this plug-in attempts to address. The OllyDbg Breakpoint (BP) Manager plug-in was written to provide three main functions- breakpoint exporting, breakpoint importing and automatic breakpoint loading. Offsets are used in place of absolute addresses to support setting and restoring breakpoints on modules that move around in memory. More information, examples and source code are available in the bundled archive.
We encourage users to submit useful breakpoint sets they have created with OllyDbg Breakpoint Manager to us for credit and inclusion in future releases and on the release web site. |
|
|
|
|
OllyDbg 1.10 (final version)
|
|
Hits: 13 |
|
Date added: 06/20/2006 |
|
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. Special highlights are:
* Intuitive user interface, no cryptical commands
* Code analysis - traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings
* Directly loads and debugs DLLs
* Object file scanning - locates routines from object files and libraries
* Allows for user-defined labels, comments and function descriptions
* Understands debugging information in Borland® format
* Saves patches between sessions, writes them back to executable file and updates fixups
* Open architecture - many third-party plugins are available
* No installation - no trash in registry or system directories
* Debugs multithread applications
* Attaches to running programs
* Configurable disassembler, supports both MASM and IDEAL formats
* MMX, 3DNow! and SSE data types and instructions, including Athlon extensions
* Full UNICODE support
* Dynamically recognizes ASCII and UNICODE strings - also in Delphi format!
* Recognizes complex code constructs, like call to jump to procedure
* Decodes calls to more than 1900 standard API and 400 C functions
* Gives context-sensitive help on API functions from external help file
* Sets conditional, logging, memory and hardware breakpoints
* Traces program execution, logs arguments of known functions
* Shows fixups
* Dynamically traces stack frames
* Searches for imprecise commands and masked binary sequences
* Searches whole allocated memory
* Finds references to constant or address range
* Examines and modifies memory, sets breakpoints and pauses program on-the-fly
* Assembles commands into the shortest binary form
* Starts from the floppy disk
and much, much more! Also this tool helps chage entry point to make servers undetectable! |
|
|
|