Skip to content

Commit

Permalink
Do client logging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Jul 16, 2024
1 parent b2bdc01 commit b9133d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/fuzzing/libafl/appsec_guide/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pub extern "C" fn libafl_main() {
.cores(&cores)
.broker_port(broker_port)
.remote_broker_addr(opt.remote_broker_addr)
.stdout_file(Some("/dev/null"))
//.stdout_file(Some("/dev/null"))
.build()
.launch()
{
Expand Down

0 comments on commit b9133d1

Please sign in to comment.