still configuring the project how i like it

master
John Doe 2 years ago
parent d2c996e8b3
commit 23cb317be5

6
.gitmodules vendored

@ -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

12
deps/cmake.toml vendored

@ -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/"]

1
deps/linux-pe vendored

@ -0,0 +1 @@
Subproject commit ce24224dc0f52b2073a28437abd8a8faddbb111a

1
deps/zydis vendored

@ -0,0 +1 @@
Subproject commit 4756724a505d5514eed1f2351336e4d77bfb406f

@ -1,6 +1,5 @@
#pragma once
#include <transform.hpp>
#include <vmp2.hpp>
#include <vmutils.hpp>
namespace vm {
struct ctx_t {

@ -1,6 +1,6 @@
#pragma once
#include <nt/image.hpp>
#include <vmprofiler.hpp>
#include <vmutils.hpp>
#define PUSH_4B_IMM "\x68\x00\x00\x00\x00"
#define PUSH_4B_MASK "x????"

@ -1,4 +1,4 @@
#pragma once
#include <transform.hpp>
#include <vmprofiles.hpp>
#include <scn.hpp>
#include <vmctx.hpp>
#include <vmlocate.hpp>
#include <vmutils.hpp>

@ -0,0 +1 @@
#include <vmctx.hpp>
Loading…
Cancel
Save