mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
9 lines
246 B
Bash
Executable file
9 lines
246 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
git clone https://github.com/nonce-disrespect/nonce-disrespect.git
|
|
git -C nonce-disrespect apply $PWD/build.patch
|
|
make -C nonce-disrespect/tool
|
|
|
|
mkdir bin
|
|
cp nonce-disrespect/tool/forge bin/
|
|
cp nonce-disrespect/tool/recover bin/
|