rev: add a few more challenges

This commit is contained in:
2024-09-02 20:19:47 +02:00
parent 1ca81359ba
commit dc6284f487
25 changed files with 1474 additions and 0 deletions

BIN
rev/reverse/ret Executable file

Binary file not shown.

4
rev/reverse/solve.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash binutils
strings ./ret | grep -o "picoCTF{.*}"