Files
hacc/rev/armssembly_2/solve.sh
T
2026-07-05 07:12:32 +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_2.S -o chall
./chall 2401941830 | cut -d' ' -f2 | xargs printf "picoCTF{%08x}\n"