콘텐츠로 건너뛰기

dragon

Description I made a RPG game for my little brother.But to trick him, I made it impossible to win.I hope he doesn’t get too angry… 더 보기 »dragon

큐와 덱

큐 (Queue) 후단 (rear) vs 전단 (front) 큐의 사용 예제 큐의 연산 선형 큐 원형 큐 링 버퍼(ring buffer) 덱 (Deque) 덱의 연산 덱의 연산… 더 보기 »큐와 덱

스택

스택 추상화 (Abstraction) peek vs pop isEmpty vs isFull overflow vs underflow 스택을 구현하는 방법

STB-lsExecutor

Description You can check the source code on Patchday Twitter Please use ls to catch the flag! checksec Decompiled-src 처음에 64바이트 크기의 v4에 60바이트만큼 데이터를 읽고,v6는 snprintf에 의해… 더 보기 »STB-lsExecutor

Overwrite _rtld_global

Description Exploit Tech: _rtld_global에서 실습하는 문제입니다. checksec 보호기법이 전부 다 걸려있다. Decompiled-src main stdout 주소를 알려주고 초기에 1을 계속 입력하면, 항상 scanf를 통해 원하는 주소에… 더 보기 »Overwrite _rtld_global

send_sig

Description 서버로 signal을 보낼 수 있는 프로그램입니다!프로그램의 취약점을 찾고, 익스플로잇해 flag를 읽어보세요.flag는 home/send_sig/flag.txt에 있습니다. checksec Decompiled-src start / sub_4010B6 sub_4010B6 함수에서 “Signal: “을 출력하고 할당된… 더 보기 »send_sig