HyperDbg Documentation
Ctrlk
CommunityDownloadResearchTutorialhwdbg
  • 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
      • .help (show the help of commands)
      • .debug (prepare and connect to debugger)
      • .connect (connect to a session)
      • .disconnect (disconnect from a session)
      • .listen (listen on a port and wait for the debugger to connect)
      • .status (show the debugger status)
      • .start (start a new process)
      • .restart (restart the process)
      • .attach (attach to a process)
      • .detach (detach from the process)
      • .switch (show the list and switch between active debugging processes)
      • .kill (terminate the process)
      • .process, .process2 (show the current process and switch to another process)
      • .thread, .thread2 (show the current thread and switch to another thread)
      • .pagein (bring the page into the RAM)
      • .dump (save the virtual memory into a file)
      • .formats (show number formats)
      • .script (run batch script commands)
      • .sympath (set the symbol server)
      • .sym (load pdb symbols)
      • .pe (parse PE file)
      • .logopen (open log file)
      • .logclose (close log file)
      • .cls (clear the screen)
    • Extension Commands
    • Scripting Language
    • Commands Map
  • Tips & Tricks
    • Considerations
    • Nested-Virtualization Environments
    • Misc
  • Contribution
    • Style Guide
    • Logo & Artworks
  • Design
    • Features
    • Debugger Internals
  • Links
    • Twitter
    • Telegram
    • Discord
    • Matrix
    • Mastodon
    • YouTube
    • hwdbg (Chip Debugger)
    • Doxygen
    • Contribution
Powered by GitBook
On this page
Edit
  1. Commands

Meta Commands

.help (show the help of commands).debug (prepare and connect to debugger).connect (connect to a session).disconnect (disconnect from a session).listen (listen on a port and wait for the debugger to connect).status (show the debugger status).start (start a new process).restart (restart the process).attach (attach to a process).detach (detach from the process).switch (show the list and switch between active debugging processes).kill (terminate the process).process, .process2 (show the current process and switch to another process).thread, .thread2 (show the current thread and switch to another thread).pagein (bring the page into the RAM).dump (save the virtual memory into a file).formats (show number formats).script (run batch script commands).sympath (set the symbol server).sym (load pdb symbols).pe (parse PE file).logopen (open log file).logclose (close log file).cls (clear the screen)
Previousexit (exit from the debugger)Next.help (show the help of commands)

Last updated 4 years ago