[LOB] troll :: Stack Escalate User : troll 문제 : vampire vampire.c의 소스코드는 다음과 같습니다. 12345678910111213141516171819202122232425262728293031323334/* The Lord of the BOF : The Fellowship of the BOF - vampire - check 0xbfff*/ #include #include main(int argc, char *argv[]){ char buffer[40]; if(argc 더보기 [LOB] orge :: 심볼릭 링크를 이용한 BOF User : orge문제 : troll troll.c의 소스코드는 다음과 같습니다. 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647/* The Lord of the BOF : The Fellowship of the BOF - troll - check argc + argv hunter*/ #include #include extern char **environ; main(int argc, char *argv[]){ char buffer[40]; int i; // here is changed if(argc != 2){ printf("argc must be two!\n"); exit(0); } // eggh.. 더보기 [LOB] darkelf :: 심볼릭 링크를 통한 argv[0] 길이 제한 우회 User : darkelf문제 : orge orge.c의 소스코드는 다음과 같습니다. 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849/* The Lord of the BOF : The Fellowship of the BOF - orge - check argv[0]*/ #include #include extern char **environ; main(int argc, char *argv[]){ char buffer[40]; int i; if(argc 48){ printf("argument is too long!\n"); exit(0); } strcpy(buffer, argv[1]); // Vul.. 더보기 이전 1 2 3 4 5 6 ··· 34 다음 목록 더보기