Files
2026-07-05 07:14:35 +09:00

7 lines
196 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p pkgsCross.aarch64-multiplatform.stdenv.cc
"$CC_FOR_TARGET" chall_4.S -o chall
./chall 1854822502 | cut -d' ' -f2 | xargs printf "picoCTF{%08x}\n"