Hacking Gaming New Windows debugger Z0BDbg, like OllyDbg

basketwill

New Member
Newbie
Joined
Aug 8, 2026
Messages
3
Reaction score
1
Trophies
0
Age
44
XP
13
Country
China
Z0BPcDbg v1.0 Official Release: Inheriting the Classics, Dual-mode Debugging. We are delighted to introduce the first stable version of Z0BPcDbg. It is not only a debugging tool supporting 32-bit and 64-bit processes, but also a modern continuation of OllyDbg's operational habits.

Address:https://github.com/basketwill/Z0BDbg
http://www.nt5core.com/

Core Debugging Engine:Dual-bitwidth Support: A single program interface can handle debugging events, including process creation, DLL loading, and exception dispatching, for both 32-bit WOW64 and native 64-bit processes.Multi-mode Launch: Supports File - Open to load new tasks, or File - Attach to mount existing system processes.Operation Experience - Full OllyDbg Key Mapping:Preserving OllyDbg's classic one-key control experience:F2: Toggle breakpoint, double-click or press F2 to set or cancel INT3.F4: Run to cursor, automatically sets a temporary one-time breakpoint.F7 and F8: Step into and step over, with support for Call internal tracing.F9: Continue running, Go.Ctrl+F9: Execute to return, Step Out.Alt+F9: Execute to user code, ignores stepping inside system DLLs.
1786189918348.png

1786189949202.png

1786189975244.png

1786190026061.png
 
  • Love
Reactions: bendevnull
OllyDbg supports 32-bit. At the same time, OllyDbg is no longer updated, and it's been over a decade old
Post automatically merged:

OllyDbg supports 32-bit. At the same time, OllyDbg is no longer updated, and it's been over a decade old
 
Super neat tool! I'll be giving it a shot in my current project as my debugger since the simplicity in the interface over MS's debugger makes a tool like this a lot more desirable imo. Thank you for this!
 
So what is your goal with updating Ollydbg if there's not many changes other than a slight reskin?
This debugger adds 64 bit support (Which Ollydbg doesn't have), which is the main addition I suppose. Sure it's not the first time its been done, but if it's actually stable, it'll have an advantage over the other 64 bit Ollydbg forks
 

Site & Scene News

Popular threads in this forum