forked from HyperDbg/gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
52 additions
and
151 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NOTE | ||
============ | ||
Build it directly from the main HyperDbg solution file. Do not build it independently, as it requires dependency files from the main HyperDbg libraries to be built first. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NOTE | ||
============ | ||
Build it directly from the main HyperDbg solution file. Do not build it independently, as it requires dependency files from the main HyperDbg libraries to be built first. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
#pragma once | ||
|
||
#include "SDK/Headers/Constants.h" | ||
#include "SDK/Headers/BasicTypes.h" | ||
#include "SDK/Headers/ErrorCodes.h" | ||
#include "SDK/Headers/Connection.h" | ||
#include "SDK/Headers/DataTypes.h" | ||
#include "SDK/Headers/Ioctls.h" | ||
#include "SDK/Headers/Events.h" | ||
#include "SDK/Headers/RequestStructures.h" | ||
#include "SDK/Headers/Symbols.h" | ||
#include "SDK/Headers/HardwareDebugger.h" | ||
#include "SDK/headers/Constants.h" | ||
#include "SDK/headers/BasicTypes.h" | ||
#include "SDK/headers/ErrorCodes.h" | ||
#include "SDK/headers/Connection.h" | ||
#include "SDK/headers/DataTypes.h" | ||
#include "SDK/headers/Ioctls.h" | ||
#include "SDK/headers/Events.h" | ||
#include "SDK/headers/RequestStructures.h" | ||
#include "SDK/headers/Symbols.h" | ||
#include "SDK/headers/HardwareDebugger.h" | ||
|
||
// | ||
// Asserts | ||
// | ||
#include "SDK/Headers/Assertions.h" | ||
#include "SDK/headers/Assertions.h" | ||
|
||
// | ||
// Script Engine | ||
// | ||
#include "SDK/Headers/ScriptEngineCommonDefinitions.h" | ||
#include "SDK/headers/ScriptEngineCommonDefinitions.h" |
Oops, something went wrong.