-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 698 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Eventually, this README will have information about building, installing, and
playing the levels.
Currently, if you want to play around with them, take a look at package.py,
which builds the levels, and dist/ which generally has an up-to-date build
of each of the levels.
A Makefile is included that performs an automated build for both a local
installation and for the MetaCTF web installation. A list of users
is passed in via the USERS environment variable which will then build
the binaries for each user listed.
Build binaries in obj/{foo,bar}/angr
make USERS='foo bar' local
Build binaries in upper-level MetaCTF repo ../www/static/obj/{foo,bar}/angr
make USERS='foo bar' web