mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
Merge pull request #88 from domenukk/unicorn_nowarn
No Longer Warns for Absolute Binaries for Unicorn
This commit is contained in:
commit
a1f7de2bc3
@ -554,7 +554,7 @@ int main(int argc, char** argv) {
|
|||||||
if (getenv("AFL_NO_UI") && getenv("AFL_FORCE_UI"))
|
if (getenv("AFL_NO_UI") && getenv("AFL_FORCE_UI"))
|
||||||
FATAL("AFL_NO_UI and AFL_FORCE_UI are mutually exclusive");
|
FATAL("AFL_NO_UI and AFL_FORCE_UI are mutually exclusive");
|
||||||
|
|
||||||
if (strchr(argv[optind], '/') == NULL)
|
if (strchr(argv[optind], '/') == NULL && !unicorn_mode)
|
||||||
WARNF(cLRD
|
WARNF(cLRD
|
||||||
"Target binary called without a prefixed path, make sure you are "
|
"Target binary called without a prefixed path, make sure you are "
|
||||||
"fuzzing the right binary: " cRST "%s",
|
"fuzzing the right binary: " cRST "%s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user