HyperDbg Debugger
Loading...
Searching...
No Matches
user Directory Reference

Files

 
mock.c
 Mock user-mode application for testing the HyperDbg.
 
pch.h

Detailed Description

mock — HyperDbg Hello World

A minimal user-mode Linux application that prints "Hello world HyperDbg!" to stdout and imports HyperDbg SDK.



Requirements

  • GCC (any reasonably recent version)
  • GNU Make
  • Linux (user-mode, no special privileges needed)

Install on Debian/Ubuntu:

sudo apt update && sudo apt install build-essential

Build

make

This compiles mock.c into an executable called mock.


Run

./mock

Expected output:

Hello world HyperDbg!

Clean

Remove compiled objects and the binary:

make clean