shellphish / how2heap

A repository for learning various heap exploitation techniques.
MIT License
7.12k stars 1.13k forks source link

Docker setup overhaul #179

Closed goreil closed 4 months ago

goreil commented 4 months ago

This pull request creates a simple working Docker setup which sets up an environment containing pwndbg and pwntools, since the current one has an issue: #178

This pull request contains changes to Dockerfile and README.md to make the setup as simple as possible. I also tried to make it as close as possible to the setup before.