Skip to content

Unofficial Docker environment for Practical Binary Analysis

License

Notifications You must be signed in to change notification settings

ucchiee/pba-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial Docker environment for Practical Binary Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published