mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
doc nits
This commit is contained in:
@ -45,9 +45,10 @@ make source-only
|
|||||||
These build targets exist:
|
These build targets exist:
|
||||||
|
|
||||||
* all: the main afl++ binaries and llvm/gcc instrumentation
|
* all: the main afl++ binaries and llvm/gcc instrumentation
|
||||||
* binary-only: everything for binary-only fuzzing: frida_mode, qemu_mode,
|
* binary-only: everything for binary-only fuzzing: frida_mode, nyx_mode,
|
||||||
unicorn_mode, libdislocator, libtokencap
|
qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap
|
||||||
* source-only: everything for source code fuzzing: libdislocator, libtokencap
|
* source-only: everything for source code fuzzing: nyx_mode, libdislocator,
|
||||||
|
libtokencap
|
||||||
* distrib: everything (for both binary-only and source code fuzzing)
|
* distrib: everything (for both binary-only and source code fuzzing)
|
||||||
* man: creates simple man pages from the help option of the programs
|
* man: creates simple man pages from the help option of the programs
|
||||||
* install: installs everything you have compiled with the build options above
|
* install: installs everything you have compiled with the build options above
|
||||||
|
@ -83,7 +83,7 @@ int main(int argc, char** argv){
|
|||||||
kAFL_hypercall(HYPERCALL_KAFL_RELEASE, 0);
|
kAFL_hypercall(HYPERCALL_KAFL_RELEASE, 0);
|
||||||
|
|
||||||
/* This shouldn't happen if you have enabled the reload mode */
|
/* This shouldn't happen if you have enabled the reload mode */
|
||||||
hprintf("Das sollte niemals passieren :)\n");
|
hprintf("This should never happen :)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user