github HyperDbg/HyperDbg v0.10.1

latest releases: v0.20-beta, v0.19, v0.18.1...
21 months ago

HyperDbg v0.10.1 is released!

If you’re enjoying HyperDbg, don’t forget to give a star 🌟 on GitHub!

Please visit Build & Install to configure the environment for running HyperDbg. Check out the Quick Start and Frequently Asked Questions (FAQs) to learn more. You can use the examples of using the debugger and the script engine to get started with HyperDbg.

Added

  • Added feature to pause the debuggee immediately upon connection
  • The '.debug' command now supports pausing the debuggee at startup (link)
  • Export SDK API for assembling instructions
  • The 'struct' command now supports a path as output (link)
  • Export SDK API closing connection to the remote debuggee
  • Automated tests for the main command parser
  • Export SDK APIs for stepping and tracing instructions
  • Export SDK APIs for tracking execution

Changed

  • HyperDbg command-line comment sign is changed from '#' to C-like comments ('//' and '/**/')
  • Integrating a new command parser for the regular HyperDbg commands
  • Fix showing a list of active outputs using the 'output' command (link)
  • Fix the issue of passing arguments to the '.start' command (link)
  • Fix the problem with parsing multiple spaces within the events (#420) (link)
  • Fix the problem with escaping '{' in the command parser (#421) (link)
  • Fix nested brackets issues in the main command parser
  • Fix script engine bugs on order of passing arguments to functions (#453) (link)
  • Fix the script test case for factorial computation (link)
  • Fix the script test case for computation iterative Fibonacci (link)
  • Fix miscomputation of physical address width for physical address validity checks (#469) (link)

Don't miss a new HyperDbg release

NewReleases is sending notifications on new releases.