- Data Copy
. ASNI (str) (Copy ansi string to clipboard) (Ctrl + Alt + A)
. WIDE (str) (Copy wide string to clipboard) (Ctrl + Alt + W)
. Unicode (str) (Copy Unicode string to clipboard) (Ctrl + Alt + U)
. BYTE (Copy 1 BYTE)
. WORD (Copy 2 BYTE)
. DWORD (Copy 4 Byte)
. Address (Copy selected address) (Alt + Insert)
- Breakpoint Manager
. Import Breakpoints
. Export Breakpoints
. Delete All INT3 BPs (Delete all INT3 Breakpoints)
. Delete All Hard BPs (Delete all Hardware Breakpoints)
. Delete All Mem BPs (Delete all Memory Breakpoints)
- Tools
. Notepad
. Calculator
. TaskMgr
. HashTool
. Configuration
- Label Master
. Add New Label (Ctrl + Shift + E)
. Open Label Table (Ctrl + Shift + T/L)
. Follow In Dump (Ctrl + D)
. Search By Google (Ctrl + Shift + G)
- ASM2Clipboard (Ctrl + Shift + A)
- ASCII Hint
- ByteCounter
- Go EIP (Shortcut Only: Esc)
+ Dump Menu +
- Data Copy
. ASNI (str) (Copy ansi string to clipboard) (Ctrl + Alt + A)
. WIDE (str) (Copy wide string to clipboard) (Ctrl + Alt + W)
. Unicode (str) (Copy Unicode string to clipboard) (Ctrl + Alt + U)
. BYTE (Copy 1 BYTE)
. WORD (Copy 2 BYTE)
. DWORD (Copy 4 Byte)
. Address (Copy selected address)(Alt + Insert)
- Follow In Dump (Ctrl + D)
- Follow In Disassembler (Ctrl + Alt + D)
- Create DumpWindow (Ctrl + Alt + C)
- ReverseHex (Ctrl + Z)
- MiNiHash (Ctrl + Alt + Z)
+ Info Bar +
- Add selected count(er)
+ Register Menu +
- Hardware Breakpoint [ESP]
+ INT3Breakpoint Menu +
- Breakpoint->
. Set a few breakpoint
+ HotKey +
1. PRESS and HOLD "H" key in 0.5s to Register/Unregister Hotkey
2. You must PRESS and HOLD the hotkey in 0.1s for it work
. "Esc" : go EIP(current origin) (Allow on any MDIWindows)
. "," : Copy BYTE
. "." : Copy WORD
. "/" : Copy DWORD
. "`" : Copy Address
. "[" : Go to start of function (You must analysis code before use it)
. "]" : Go to end (RET) of function
. "Shift + 4" [CPU Dump] : Set/Remove Memory Breakpoint On Access
. "Shift + 4" [CPU Disasm] : Set/Remove Memory Breakpoint On Excu
. "Shift + 5" [CPU Disasm] : Set/Remove Hardware Breakpoint On Excu
. "Gray *" : Set "Malware Analysis" breakpoint group
. "Gray /" : Set "NET" breakpoint group
. NOTE: MAYBE THE HOTKEY DO NOT WORK WITH THE MOD OllyDbg (SND v2.2)
(Use OllyDbg2FixeR Plugins To Fix Bug In SnD v2.2)
=========================
Install:
=========================
. Copy "OD2ExPlug.dll" and "OD2ExPlug.ini" files to OllyDbg plugin dir.
. See in OD2ExplugHelp dir.
. NOTES: Plugin work only with new config(OD2ExPlug.ini), copy it to "plugins" dir
=========================
ChangeLog:
=========================
+ OD2-ExPlug v201.11
- 07/02/2014
. Upgrade Menu "Breakpoints"
. Upgrade "Go Expression"
. Fixed: Run playtime Plugin(Open Lua script on Window 7)
. Add Copy "Unicode(str)"
. Add "Memory Manager"
- Dump(Memory) To File
- Encode/Decode(Add/Sub/XoR/Shift and Rotation Bit/zlib)
- Advance Dump(E/D)
. Add Hotkey for Memory/Hardware Breakpoint(@+ HotKey)
. Add Simple HideOD2
. ++PEB -> BeingDebugged
++PEB -> ntGlobalFlag
++PEB -> ProcessHeap.HeapFlags
++PEB -> ProcessHeap.ForceFlags
++PEB -> ProcessHeap.ProcHeapFlag
+++ Access & Modify API
++API -> CheckRemoteDebuggerPresent
++API -> BlockInput
++API -> OutputDebugStringA
++API -> FindWindowA
++API -> FindWindowExA
++API -> GetTickCount
++API -> KiRaiseUserExceptionDispatcher
++API -> Process32FirstW
++API -> EnumWindows
++API -> Module32Next