https://github.com/hyperdbg/event-forwarding-examples
Examples of using "Event Forwarding" mechanism in HyperDbg
https://github.com/hyperdbg/event-forwarding-examples
Last synced: about 1 year ago
JSON representation
Examples of using "Event Forwarding" mechanism in HyperDbg
- Host: GitHub
- URL: https://github.com/hyperdbg/event-forwarding-examples
- Owner: HyperDbg
- License: mit
- Created: 2020-11-24T14:42:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:46:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T06:47:12.233Z (about 1 year ago)
- Language: C#
- Size: 27.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Forwarding
Examples of using the "Event Forwarding" mechanism in HyperDbg
- Event forwarding is a feature designed to make HyperDbg a tool for log gathering and analyzing system behavior. This way, you can use HyperDbg for #DFIR purposes.
- You can use event forwarding to forward the event monitoring result from your internal system to an external source, e.g., **File**, **NamedPipe**, **TCP Socket**, or **DLL (binary) module**.
For more information, please visit [Event Forwarding](https://docs.hyperdbg.org/tips-and-tricks/misc/event-forwarding). More examples are available in the '[output](https://docs.hyperdbg.org/commands/debugging-commands/output)' command.
## Demo
[](https://www.youtube.com/watch?v=tyapdCEZtic)