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
echo "This script generates 10 random SWFs and copies them along with the trace output to the test/swfs/fuzz folder. You must next change the test/fuzz/test_manifest_fuzz file."
echo "Make sure the debugger player is the default application for .SWF files."
for i in `seq 10`; do
mkdir -p test/swfs/fuzz
js build/ts/shell.js --fuzz "A" | swfmill xml2swf stdin > tmp.swf
newFile=$(cat tmp.swf | shasum -a 256 | awk '{print $1}')