HyperDbg Debugger
Loading...
Searching...
No Matches
Core.c File Reference

The functions used in core of reversing machine. More...

#include "pch.h"

Functions

BOOLEAN CoreInitReversingMachine ()
 Initialize the reversing machine.
 

Detailed Description

The functions used in core of reversing machine.

Author
Sina Karvandi (sina@.nosp@m.hype.nosp@m.rdbg..nosp@m.org)
Version
0.2
Date
2023-01-29

Function Documentation

◆ CoreInitReversingMachine()

BOOLEAN CoreInitReversingMachine ( )

Initialize the reversing machine.

Returns
BOOLEAN
20{
21 return TRUE;
22}
#define TRUE
Definition BasicTypes.h:55