You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
363 B
17 lines
363 B
[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/"]
|
|
|
|
[target.xtils]
|
|
type = "interface"
|
|
include-directories = ["xtils"]
|
|
compile-definitions = ["UNICODE"] |