https://developer.microsoft.com/en-us/microsoft-edge/api/tools/vms/ 위 링크에서 원하는 파일을 골라서 받으면 된다. XP 가상머신이 필요한데 저 링크에서는 안보인다. 예전에는 있었는데… 그래도 실제 다운로드 링크가
[Read More]
나중에 보려고 쓰는 글. 아래 링크 보고 많이 따라했음 https://blog.lael.be/post/2600 add-apt-repository 명령어를 쓰기 위해 software-properties-common을 설치 apt install software-properties-common nginx 저장소 추가
[Read More]
return to library 개념 이해하기 아래는 문제의 코드 /* The Lord of the BOF : The Fellowship of the BOF - bugbear - RTL1 */ #include <stdio.h> #include <stdlib.h> main(int argc, char *argv[]) { char buffer[40]; int i; if(argc < 2){ printf("argv error\n"); exit(0); } if(argv[1][47] == '\xbf') { printf("stack betrayed you!!\n"); exit(0); } strcpy(buffer, argv[1]); printf("%s\n", buffer); } 이전
[Read More]