mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
code format
This commit is contained in:
@ -1284,8 +1284,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
fsrv->shmem_fuzz = map + sizeof(u32);
|
||||
|
||||
configure_afl_kill_signals(
|
||||
fsrv, NULL, NULL,
|
||||
(fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM);
|
||||
fsrv, NULL, NULL, (fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM);
|
||||
|
||||
if (!fsrv->cs_mode && !fsrv->qemu_mode && !unicorn_mode) {
|
||||
|
||||
|
@ -217,7 +217,8 @@ void read_library_information(void) {
|
||||
if (debug) {
|
||||
|
||||
fprintf(stderr, "%s:%lx (%lx-%lx)\n", liblist[liblist_cnt].name,
|
||||
(unsigned long)(liblist[liblist_cnt].addr_end - liblist[liblist_cnt].addr_start),
|
||||
(unsigned long)(liblist[liblist_cnt].addr_end -
|
||||
liblist[liblist_cnt].addr_start),
|
||||
(unsigned long)liblist[liblist_cnt].addr_start,
|
||||
(unsigned long)(liblist[liblist_cnt].addr_end - 1));
|
||||
|
||||
|
@ -56,3 +56,4 @@ int main(int argc, char **argv) {
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user