From 96f087c3bfd14b28faec1c8c4016d3b8c9179b9f Mon Sep 17 00:00:00 2001 From: _xeroxz <_xeroxz@back.engineer> Date: Mon, 10 Jan 2022 22:09:07 -0800 Subject: [PATCH] updated unicorn-engine build targets just to build x86 emulation... --- cmake.toml | 4 ++++ deps/linux-pe | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cmake.toml b/cmake.toml index 0ef0925..ac7a2af 100644 --- a/cmake.toml +++ b/cmake.toml @@ -1,6 +1,10 @@ [project] name = "vmprofiler" +cmake-before = """ + set(UNICORN_ARCH x86) +""" + [target.vmprofiler] type = "static" compile-features = ["cxx_std_20"] diff --git a/deps/linux-pe b/deps/linux-pe index ce24224..9b87640 160000 --- a/deps/linux-pe +++ b/deps/linux-pe @@ -1 +1 @@ -Subproject commit ce24224dc0f52b2073a28437abd8a8faddbb111a +Subproject commit 9b8764004a284fefe599c407f4ebbdf5a8aa4b0a