Download

Utilities

Z0BPcDbg

Z0BPcDbg

Date: present Author: ZeroBufferTools Downloads: 0

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/64-bit processes, but also a modern continuation of OllyDbg's operational habits.

  • Dual-bitwidth Support: A single program interface can handle debugging events (process creation, DLL loading, exception dispatching, etc.) 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.

Preserving OllyDbg's classic "one-key control" experience:

  • F2: Toggle breakpoint (double-click or press F2 to set/cancel INT3).
  • F4: Run to cursor (automatically sets a temporary one-time breakpoint).
  • F7/F8: Step into/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).
  • Real-time Memory Editing: Directly modify Hex bytes or ASCII text in the disassembly or data window.
  • Call Stack Tracking: Displays the call stack of the current thread, with support for right-click jump to the corresponding call address.
  • Module List & Symbol Loading: View the base addresses of all DLLs/EXEs loaded by the process, with reserved (or supported) loading of external PDB symbols.
  • Log Recording: Captures output information (OutputDebugString) and exception events during debugging.
Download GitHub
Z0BPcDbg Full Version

Z0BPcDbg - Full Version (with Plugins)

Date: present Author: ZeroBufferTools Downloads: 0

Z0BPcDbg Full Version includes all plugins and scripting support. This package is pre-configured with Lua 5.5 and Python 3.13 scripting engines, enabling powerful automation and extensibility for your debugging workflow. Ideal for advanced users who need script-based debugging, custom analysis, and plugin-driven enhancements.

  • Lua 5.5 Scripting Support: Automate repetitive debugging tasks with Lua scripts. Create custom analysis tools, breakpoint handlers, and data extraction routines.
  • Python 3.13 Scripting Support: Leverage Python's rich ecosystem for advanced debugging. Use third-party libraries for disassembly, pattern matching, and data visualization.
  • Plugin System: Extend debugger functionality with community plugins. Load and unload plugins on-the-fly without restarting the debugger.
  • Pre-configured Environment: All scripting engines are pre-installed and configured, ready to use out of the box.

Note: This is the full version package (.zip) that includes the base debugger plus all scripting engines and plugins. Extract to use.

Download Full Version (.zip)
Z0BTools

Z0BTools

Date: present Author: ZeroBufferTools Downloads: 0

Z0BTools is a PE file analysis tool running on Windows, designed for security analysis scenarios. It provides a clean and user-friendly interface, supports deep parsing of PE file structure, and allows visual editing of raw binary data and resource files, helping security professionals efficiently complete sample analysis. Future versions will integrate a debugger to further expand dynamic analysis capabilities.

Download