Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 912 Bytes

README.md

File metadata and controls

72 lines (43 loc) · 912 Bytes

pba-docker

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.

For those who are lazy

Makefile contains all the command described below.

make build  # download code, build image
make run    # run

Download Sample Code

wget https://practicalbinaryanalysis.com/file/pba-code.tar.gz
tar -zxvf pba-code.tar.gz

Build Image

docker-compose build

Start Container

docker-compose up -d
docker-compose exec pba bash

Stop and Delete Container

docker-compose down

TODO

  • chapter1

  • chapter2

  • chapter3

  • chapter4

  • chapter5

  • chapter6

  • chapter7

  • chapter8

  • chapter9

  • chapter10

  • chapter11

  • chapter12

  • chapter13