Skip to content

Commit 1916a39

Browse files
committed
doc: update readme
1 parent 9e00ac2 commit 1916a39

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YaCo [v1.8.1](https://github.com/DGA-MI-SSI/YaCo/releases/tag/v1.8.1)
1+
# YaCo [v1.8.2](https://github.com/DGA-MI-SSI/YaCo/releases/tag/v1.8.2)
22

33
**YaCo** is an [**Hex-Rays IDA**](https://www.hex-rays.com/products/ida/) plugin.
44
When enabled, multiple users can work simultaneously on the same binary.
@@ -19,11 +19,11 @@ During large malware analysis, we had to use a team of reversers and manual sync
1919

2020
### Debian stretch/x64
2121

22-
**YaCo** like **IDA** 7.0 is 64-bit only.
22+
**YaCo** like **IDA** 7.1 is 64-bit only.
2323

2424
Install dependencies
2525
```
26-
sudo apt install build-essential git cmake libpython-2.7
26+
sudo apt install build-essential git cmake libpython2.7 libpython2.7-dev
2727
```
2828

2929
Set IDA_DIR & IDASDK_DIR environment variables
@@ -38,17 +38,19 @@ Clone, configure & build **YaCo**
3838
~/YaCo/build (master) $ ./configure.sh
3939
~/YaCo/build (master) $ pushd ../out/x64_Release
4040
~/YaCo/out/x64_Release (master) $ make -j4
41+
~/YaCo/out/x64_Release (master) $ make test -j4
4142
~/YaCo/out/x64_Release (master) $ pushd $IDA_DIR/plugin
4243
$IDA_DIR/plugin $ ~/YaCo/build/deploy.sh
4344
```
4445

4546
### Windows
4647

47-
CMake must be installed and in the PATH
48-
Only visual studio 2015 & 2017 are currently supported
48+
CMake & Python 2.7 64-bit must be installed and in the PATH
49+
Only visual studio 2017 is currently supported
4950

5051
Configure and build **YaCo**
5152
```
53+
# export directories without quotes
5254
set IDA_DIR=C:\Program Files\IDA Pro 7.0
5355
set IDASDK_DIR=C:\idasdk70
5456
build> configure_2017.cmd

0 commit comments

Comments
 (0)