Skip to content

Commit

Permalink
Add pdf version of the presentation and fix unzipping on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
giladreich committed Sep 4, 2021
1 parent d62b47f commit 1a3027a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ docker build --platform linux/amd64 -t angr_ctf .
container_id=$(docker create angr_ctf)
docker cp "$container_id":/home/angr_ctf/ctfs - > angr_ctfs.tar
docker rm -v "$container_id"
tar -xzf angr_ctfs.tar
tar -xvf angr_ctfs.tar
rm angr_ctfs.tar
Binary file added docs/SymbolicExecution.pdf
Binary file not shown.

0 comments on commit 1a3027a

Please sign in to comment.