mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Update install to 1.3.1, fix download host
This commit is contained in:
parent
b2a047f054
commit
7e67a81266
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl http://hivelocity.dl.sourceforge.net/project/reveng/1.3.0/reveng-1.3.0.tar.gz | tar xvz
|
||||
cd reveng-1.3.0
|
||||
curl http://jaist.dl.sourceforge.net/project/reveng/1.3.1/reveng-1.3.1.tar.gz | tar xvz
|
||||
cd reveng-1.3.1
|
||||
sed -i -e "s/^#define BMP_BIT.*/#define BMP_BIT 64/" config.h
|
||||
sed -i -e "s/^#define BMP_SUB.*/#define BMP_SUB 32/" config.h
|
||||
make -j $(nproc)
|
||||
cd ..
|
||||
|
||||
mkdir -p bin
|
||||
cp reveng-1.3.0/reveng bin
|
||||
cp reveng-1.3.1/reveng bin
|
||||
|
|
Loading…
Reference in a new issue