File tree 3 files changed +8
-2
lines changed
edxp-core/src/main/cpp/external
sandhook-hooklib/src/main/cpp/includes
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ macro(SET_OPTION option value)
9
9
endmacro ()
10
10
11
11
SET_OPTION(DOBBY_GENERATE_SHARED OFF )
12
+ SET_OPTION(Plugin.Android.BionicLinkerRestriction ON )
13
+ if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug" )
14
+ SET_OPTION(DOBBY_DEBUG OFF )
15
+ endif (NOT CMAKE_BUILD_TYPE STREQUAL "Debug" )
12
16
add_subdirectory (Dobby)
13
17
target_include_directories (dobby PUBLIC Dobby/include )
14
- target_include_directories (dobby PUBLIC Dobby/builtin-plugin/AndroidRestriction )
18
+ target_include_directories (dobby PUBLIC Dobby/builtin-plugin/BionicLinkerRestriction )
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ namespace SandHook {
103
103
virtual bool pcRelated () = 0;
104
104
105
105
virtual Size bin () = 0;
106
+
107
+ virtual ~Inst () = default ;
106
108
};
107
109
108
110
class InstVisitor {
You can’t perform that action at this time.
0 commit comments