rev/mob_psycho
This commit is contained in:
parent
4b9970bcf8
commit
66957e77d8
Binary file not shown.
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i bash -p bash unzip vim.xxd
|
||||||
|
|
||||||
|
|
||||||
|
working_dir="$(pwd)/files"
|
||||||
|
|
||||||
|
unzip -o -q mobpsycho.apk -d "$working_dir"
|
||||||
|
|
||||||
|
find "$working_dir" -name flag.txt | xargs cat | xxd -r -p
|
||||||
|
|
||||||
|
rm -rf "$working_dir"
|
Loading…
Reference in New Issue