parent
d2c996e8b3
commit
23cb317be5
@ -0,0 +1,6 @@
|
|||||||
|
[submodule "deps/linux-pe"]
|
||||||
|
path = deps/linux-pe
|
||||||
|
url = https://github.com/can1357/linux-pe.git
|
||||||
|
[submodule "deps/zydis"]
|
||||||
|
path = deps/zydis
|
||||||
|
url = https://github.com/zyantific/zydis
|
@ -0,0 +1,12 @@
|
|||||||
|
[options]
|
||||||
|
ZYDIS_BUILD_SHARED_LIB = false
|
||||||
|
ZYDIS_BUILD_EXAMPLES = false
|
||||||
|
ZYDIS_BUILD_TOOLS = false
|
||||||
|
ZYDIS_FUZZ_AFL_FAST = false
|
||||||
|
ZYDIS_LIBFUZZER = false
|
||||||
|
|
||||||
|
[subdir.zydis]
|
||||||
|
|
||||||
|
[target.linux-pe]
|
||||||
|
type = "interface"
|
||||||
|
include-directories = ["linux-pe/includes/"]
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ce24224dc0f52b2073a28437abd8a8faddbb111a
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4756724a505d5514eed1f2351336e4d77bfb406f
|
@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <transform.hpp>
|
#include <vmctx.hpp>
|
||||||
#include <vmprofiles.hpp>
|
#include <vmlocate.hpp>
|
||||||
#include <scn.hpp>
|
#include <vmutils.hpp>
|
@ -0,0 +1 @@
|
|||||||
|
#include <vmctx.hpp>
|
Loading…
Reference in new issue