
코어 덤프 디버깅 살인 미스터리.
코어 덤프 디버깅 살인 미스터리 게임 사이트를 생성하는 저장소.
이 저장소에는 게임의 스포일러가 포함되어 있습니다!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
여기서 플레이할 수 있습니다: https://www.robopenguins.com/fatal_core_dump/
디자인 과정에 대한 블로그 게시글은 다음을 참조하세요: https://www.robopenguins.com/core-dump-game/
브라우저에서 코어 덤프를 디버깅하기 위한 VM을 호스팅하는 저장소는 다음과 같습니다: https://github.com/axlan/webvm/tree/fatal_core_dump
증거 생성:
./scripts/docker_generate_site.sh
사이트 업로드:
./scripts/upload_site.sh
디버거에서 airlock_ctrl 실행:
./scripts/generate_hack.sh
# Can also use pwndbg command
gdb -x scripts/analysis.gdbinit bin/airlock_ctrl
개념 증명 실행:
make clean && make
env -i setarch $(uname -m) -R $PWD/bin/min_poc
# Check that the addresses printed match the values in vuln_test5.py
python minimal_example/vuln_test5.py
cp bin/input5_good bin/input5
env -i setarch $(uname -m) -R $PWD/bin/min_poc