Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HyperDbg/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

38 Commits

Repository files navigation

HyperDbg Script

This repo is a collection of useful HyperDbg scripts. HyperDbg uses the ".ds" extension (which is stands for Debugger Script).

You can use the '.script' command to run these scripts. For more examples, take a look at here.

Usage

You can use scripts in the HyperDbg environment:

HyperDbg> .script c:\users\sina\desktop\script.ds

or you can directly run them :

C:\Users\sina\Desktop\HyperDbg>hyperdbg-cli.exe --script c:\users\sina\desktop\script.ds

Description

Basics

  • hello-world.ds: The Hello World! script.

DFIR (Digital Forensics and Incident Response)

  • process-behavior-logger.ds: Gathering information about different behavior of a process like system calls, kernel memory allocations, CPUIDs, etc.

Network

  • all-connections-ip-port.ds: Creates a log from all of the network accesses (IP address and port number) for user-mode applications.
  • process-specific-connections-ip-port.ds: Creates process-specific logs of the network accesses (IP address and port number).

Memory

  • user-mode-memory-allocations.ds: Creates a log from memory allocations of a user-mode process (e.g., mallocs).

Contributing

Pull requests are super welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A collection of useful HyperDbg scripts

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /