HyperDbg Documentation
search
⌘Ctrlk
Communitychevron-downDownloadResearchTutorialhwdbg
HyperDbg Documentation
  • HyperDbg
  • Getting Started
    • Quick Start
    • FAQ
    • Build & Install
    • Attach to HyperDbg
  • Using HyperDbg
    • Prerequisites
    • User-mode Debugging
    • Kernel-mode Debugging
    • Software Development Kit (SDK)
  • Commands
    • Debugging Commands
    • Meta Commands
    • Extension Commands
    • Scripting Language
      • Assumptions & Evaluations
      • Variables & Assignments
      • Casting & Type-awareness
      • Conditionals & Loops
      • Constants & Functions
      • Debugger Script (DS)
      • Examples
        • view system state (registers, memory, variables)
        • change system state (registers, memory, variables)
        • trace function calls
        • pause the debugger conditionally
        • conditional breakpoints and events
        • patch the normal sequence of execution
        • access to a shared variable from different cores
        • count occurrences of events
      • Functions
    • Commands Maparrow-up-right
  • Tips & Tricks
    • Considerations
    • Nested-Virtualization Environments
    • Misc
  • Contribution
    • Style Guide
    • Logo & Artworks
  • Design
    • Features
    • Debugger Internals
  • Links
    • Twitterarrow-up-right
    • Telegramarrow-up-right
    • Discordarrow-up-right
    • Matrixarrow-up-right
    • Mastodonarrow-up-right
    • YouTubearrow-up-right
    • hwdbg (Chip Debugger)arrow-up-right
    • Doxygenarrow-up-right
    • Contributionarrow-up-right
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. Commandschevron-right
  2. Scripting Language

Examples

view system state (registers, memory, variables)chevron-rightchange system state (registers, memory, variables)chevron-righttrace function callschevron-rightpause the debugger conditionallychevron-rightconditional breakpoints and eventschevron-rightpatch the normal sequence of executionchevron-rightaccess to a shared variable from different coreschevron-rightcount occurrences of eventschevron-right
PreviousDebugger Script (DS)chevron-leftNextview system state (registers, memory, variables)chevron-right

Last updated 4 years ago