Files
hacc/rev/armssembly_3/solve.sh
T
2026-07-05 07:13:45 +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_3.S -o chall
./chall 4101707659 | cut -d' ' -f2 | xargs printf "picoCTF{%08x}\n"