Enable data flow guided fuzzing using traces
This commit is contained in:
		
							parent
							
								
									cdf6baba1d
								
							
						
					
					
						commit
						5971822f82
					
				@ -26,7 +26,7 @@ if (ENABLE_FUZZING)
 | 
			
		||||
	    DEPENDS ${binary}
 | 
			
		||||
	    WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
 | 
			
		||||
	    COMMAND ${CMAKE_COMMAND} -E make_directory "corpus/${binary}"
 | 
			
		||||
	    COMMAND ${binary} -jobs=${nproc} -workers=${nproc} -max_len=4096 "corpus/${binary}"
 | 
			
		||||
	    COMMAND ${binary} -use_traces=1 -jobs=${nproc} -workers=${nproc} -max_len=4096 "corpus/${binary}"
 | 
			
		||||
	    COMMENT "Fuzzing ${binary}" VERBATIM)
 | 
			
		||||
  endmacro ()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user