mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add user-mode platform environment
This commit is contained in:
parent
f1247d1b74
commit
22ef15abda
20 changed files with 114 additions and 11 deletions
|
|
@ -9,6 +9,12 @@
|
|||
* @copyright This project is released under the GNU Public License v3.
|
||||
*
|
||||
*/
|
||||
|
||||
//
|
||||
// Environment headers
|
||||
//
|
||||
#include "platform/user/header/Environment.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <string>
|
||||
#include <conio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue