https://github.com/louisbrunner/bggp2021
Prototyping around BGGP 2021
https://github.com/louisbrunner/bggp2021
Last synced: 10 days ago
JSON representation
Prototyping around BGGP 2021
- Host: GitHub
- URL: https://github.com/louisbrunner/bggp2021
- Owner: LouisBrunner
- Created: 2021-06-20T16:04:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T17:54:47.000Z (over 3 years ago)
- Last Synced: 2025-11-14T09:03:45.908Z (8 months ago)
- Language: Assembly
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entry for the Binary Golf Grand Prix 2021
This repository contains some prototypes I developed for BGGP 2021 (which I didn't participate in).
## Usage
Requires Docker to be installed. Run `./build.sh`, the binary will be available as `build/pog.zip`.
### Development
You can use `./start.sh` to start the Docker image and `make all`, `make clean` and `make re` to manage the development workflow.
`make audit` to check if the file fits the criteria.
## Content
### ELF
The binary can be used as a x86 ELF binary on Linux 32bit.
It will return `2` as a status code.
### ZIP
The binary can be unzipped as a ZIP archive containing a single file.