lob
golem
/* The Lord of the BOF : The Fellowship of the BOF - darkknight - FPO */ #include #include void problem_child(char *src) { char buffer[40]; strncpy(b , src, 41); printf("%s\n", buffer); } main(int argc, char *argv[]) { if(argc problem_child 함수 leave 명령어 수행 후 ebp가 가리켜야하는 주소 노란색 -> main 함수 leave 명령어 수행 후 esp가 가리켜야하는 주소, 값으로는 파란색 주소가 들어가야한다. 파란색 -> main 함수 ret 명령 수행 후 eip가 가리켜야하는 주소, 값으로는 shellcode..
2022. 12. 16. 20:41