Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 248 Bytes

AFL workshop training materials

GLHF

Building

docker build -t fuzzing .

Running

docker run -it -v $(pwd)/workshop:/home/root/fuzz/workshop fuzzing

Open another console window

docker exec -it <container_id> bash