Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakespringer/angr_ctf
https://github.com/jakespringer/angr_ctf
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakespringer/angr_ctf
- Owner: jakespringer
- License: gpl-3.0
- Created: 2017-07-05T20:50:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T22:36:17.000Z (8 months ago)
- Last Synced: 2024-08-01T19:57:31.061Z (3 months ago)
- Language: Python
- Size: 6.08 MB
- Stars: 933
- Watchers: 18
- Forks: 152
- Open Issues: 10
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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' localBuild binaries in upper-level MetaCTF repo ../www/static/obj/{foo,bar}/angr
make USERS='foo bar' web