mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
auto mode for CTX + NGRAM
This commit is contained in:
parent
fb2a6b6941
commit
7674dac1a1
@ -1421,6 +1421,14 @@ int main(int argc, char **argv, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (instrument_opt_mode && instrument_mode == INSTRUMENT_DEFAULT &&
|
||||
(compiler_mode == LLVM || compiler_mode == UNSET)) {
|
||||
|
||||
instrument_mode = INSTRUMENT_CLASSIC;
|
||||
compiler_mode = LLVM;
|
||||
|
||||
}
|
||||
|
||||
if (!compiler_mode) {
|
||||
|
||||
// lto is not a default because outside of afl-cc RANLIB and AR have to
|
||||
|
Loading…
x
Reference in New Issue
Block a user