You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will alloc a lot of memory until this process get kill
Crash Detail :
libfuzzer@libfuzzer-virtual-machine:~/fuzzing/swfmill/src$ ./swfmill swf2xml ./swf2xml_dead_loop
WARNING: size specified in SWF (1751646321) != filesize (73), using filesize-8.
buf is nonzero in byteAlign() @8
WARNING: end of tag PlaceObject2 is @35, should be @40
kill
The text was updated successfully, but these errors were encountered:
I think if you’re going to fuzz swfmill you’re going to find a lot of issues like this :-). The code is not brilliant and it’s pretty much permanently stuck at alpha quality.
@djcsdy I see last issue is 2016 year before me at github and my issus will correct product crash .Recently I'm try to fuzzing some open source project until i found it .
Crash File : https://raw.githubusercontent.com/lcatro/My_PoC/master/swfmill/swf2xml_dead_loop
Trigger :
./swfmill swf2xml ./swf2xml_dead_loop
it will alloc a lot of memory until this process get kill
Crash Detail :
The text was updated successfully, but these errors were encountered: