This is Unofficial Docker environment for Practical Binary Analysis.
For the oficial info, visit the website at https://practicalbinaryanalysis.com/
WARNING : I have NOT checked whether all the code do work.
Makefile
contains all the command described below.
make build # download code, build image
make run # run
wget https://practicalbinaryanalysis.com/file/pba-code.tar.gz
tar -zxvf pba-code.tar.gz
docker-compose build
docker-compose up -d
docker-compose exec pba bash
docker-compose down
-
chapter1
-
chapter2
-
chapter3
-
chapter4
-
chapter5
-
chapter6
-
chapter7
-
chapter8
-
chapter9
-
chapter10
-
chapter11
-
chapter12
-
chapter13