mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-11-04 02:01:39 +00:00 
			
		
		
		
	The new plugin is called `optionrom` as this is the only type of image that it parses for verification only. FuUdevDevice is also the generic parent already.
		
			
				
	
	
		
			4 lines
		
	
	
		
			118 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			118 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
CC=afl-gcc ./configure --disable-shared
 | 
						|
AFL_HARDEN=1 make
 | 
						|
afl-fuzz -m 300 -i fuzzing -o findings ./fu-rom-tool rom @@
 |