A brief description of the challenge
- OFFline
- ONline
- Ada Lovelace
- Barbara Liskov
A high-level overview intended to clarify the concept and intuition behind the challenge, outlining its educational goals and the skills it aims to test in participants.
IMPORTANT: This description will NOT be shared with participants.
pwnrewebsteganoenvcryptoosintweb3aiandroidautomisc
- HACKME.md: A teaser or description of the challenge to be shared with participants (in CTFd).
- source/README.md: Sufficient instructions for building your offline artifacts from source code. If your project includes multiple subprojects, please consult us (Anis and Hugo).
- source/*: Your source code.
- offline-artifacts/*: All files (properly named) intended for local download by participants (e.g., a binary executable for reverse engineering, a custom-encoded image, etc.). For large files ( exceeding 100 MB), please consult us (Anis and Hugo).
- solution/README.md: A detailed writeup of the working solution.
- solution/FLAGS.md: A single markdown file listing all (up-to-date) flags.
- solution/*: Any additional files or code necessary for constructing a reproducible solution for the
challenge (e.g.,
PoC.py,requirement.txt, etc.).