본문 바로가기

Programming

[Security/BOF] [Level 1] gate -> gremlin

728x90
반응형

password :hello bof world

1. 문제 (simple BOF)


2. 분석

- buffer size : 256byte

- argc가 2 이상

- strcpy 사용 : arvg[1]를 buffer에 복사


3. 풀이


반응형