general update

This commit is contained in:
SinaKarvandi 2022-01-18 22:38:56 +03:30
parent a62b159a68
commit d29b58ee13
242 changed files with 311 additions and 277 deletions

View file

@ -1,6 +1,6 @@
/**
* @file dllmain.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Defines the entry point for the DLL application
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file hprdbgctrl.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Main interface to connect applications to driver
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file common.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief HyperDbg general functions for reading and converting and etc
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file list.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief The list working functions headers
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file bc.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief bc command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file bd.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief bd command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file be.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief be command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file bl.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief bl command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file bp.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief bp command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file cpu.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief cpu commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file d-u.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !u* u* , !d* d* commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file dt.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief dt command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file e.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief e* command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file eval.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief eval (?) command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file events.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief events commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file exit.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief exit command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file flush.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief flush command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file g.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief g command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file i.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief i command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file k.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief k command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file lm.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief lm command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file load.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief load command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file output.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief output command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file p.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief p command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pause.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief pause command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file prealloc.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief prealloc command
* @details
* @version 0.1

View file

@ -1,7 +1,7 @@
/**
* @file print.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author M.H. Gholamrezaei (gholamrezaei.mh@gmail.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @author M.H. Gholamrezaei (mh@hyperdbg.org)
* @brief print command
* @details
* @version 0.1

View file

@ -1,7 +1,7 @@
/**
* @file r.cpp
* @author Alee Amini (aleeaminiz@gmail.com)
* @author Sina Karvandi (sina@rayanfam.com)
* @author Alee Amini (alee@hyperdbg.org)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief r command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file rdmsr.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief rdmsr command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file s.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief s* command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file settings.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief settings command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file sleep.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief sleep command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file t.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief t command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file test.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief test command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file unload.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief unload command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file wrmsr.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief wrmsr command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file x.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief parse symbols
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file ~.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief show and change processor
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file cpuid.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !cpuid commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file dr.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !dr commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file epthook.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !epthook command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file epthook2.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !epthook2 command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file exception.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !exception command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file hide.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !hide command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file interrupt.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !interrupt command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file ioin.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !ioin command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file ioout.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !ioout command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file measure.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !measure command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file monitor.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !monitor command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file msrread.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !msrread command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file msrwrite.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !msrwrite command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pa2va.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !pa2va command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pmc.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !pmc commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pte.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !pte command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file syscall-sysret.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !syscall and !sysret commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file tsc.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !tsc commands
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file unhide.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !unhide command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file va2pa.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !va2pa command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file vmcall.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief !vmcall command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file attach.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .attach command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file cls.c
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .cls, cls, clear commands implementations
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file connect.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .connect command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file debug.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .debug command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file detach.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .detach command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file disconnect.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .disconnect command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file formats.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .formats command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file help.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .help command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file kill.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .kill command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file listen.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .listen command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file logclose.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .logclose command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file logopen.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .logopen command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pe.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .pe command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file process.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief show and change process
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file restart.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .restart command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file script.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .script command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file start.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .start command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file status.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .status command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file sym.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .sym command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file sympath.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief .sympath command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file thread.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief show and change threads
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file forwarding.c
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Event source forwarding
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file namedpipe.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Server and Client communication over NamedPipes
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file remoteconnection.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief handle remote connections command
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file tcpclient.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Server functions over TCP
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file tcpserver.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Server functions over TCP
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file breakcontrol.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief break control is the handler for CTRL+C and CTRL+BREAK Signals
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file debugger.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Interpret general fields
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file interpreter.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief The hyperdbg command interpreter and driver connector
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file Install.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Install functions
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file kd.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief routines to kernel debugging
* @details
* @version 0.1

View file

@ -1,7 +1,7 @@
/**
* @file listening.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Alee Amini (aleeaminiz@gmail.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Alee Amini (alee@hyperdbg.org)
* @brief Listening for remote connections
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file readmem.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Alee Amini (aleeamini@gmail.com)
* @brief HyperDbg command for u and d*
* @details

View file

@ -1,7 +1,7 @@
/**
* @file script-engine-wrapper.cpp
* @author M.H. Gholamrezaei (gholamrezaei.mh@gmail.com)
* @author Sina Karvandi (sina@rayanfam.com)
* @author M.H. Gholamrezaei (mh@hyperdbg.org)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Interpret general fields
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file script-engine.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Interpret script engine affairs
* @details
* @version 0.1

View file

@ -1,7 +1,7 @@
/**
* @file symbol.cpp
* @author Alee Amini (aleeaminiz@gmail.com)
* @author Sina Karvandi (sina@rayanfam.com)
* @author Alee Amini (alee@hyperdbg.org)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief symbol parser
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file tests.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief perform tests
* @details
* @version 0.1

View file

@ -1,6 +1,7 @@
/**
* @file GaussianRng.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Saleh Khalaj Monfared (saleh@hyperdbg.org)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Main interface to connect applications to driver
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file transparency.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Measurements for debugger transparency
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file pe-parser.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Protable Execuatable parser
* @details
* @version 0.1

View file

@ -1,6 +1,6 @@
/**
* @file ud.cpp
* @author Sina Karvandi (sina@rayanfam.com)
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief control the user-mode debugging affairs
* @details
* @version 0.1

Some files were not shown because too many files have changed in this diff Show more