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 )
2
2
3
3
** YaCo** is an [ ** Hex-Rays IDA** ] ( https://www.hex-rays.com/products/ida/ ) plugin.
4
4
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
19
19
20
20
### Debian stretch/x64
21
21
22
- ** YaCo** like ** IDA** 7.0 is 64-bit only.
22
+ ** YaCo** like ** IDA** 7.1 is 64-bit only.
23
23
24
24
Install dependencies
25
25
```
26
- sudo apt install build-essential git cmake libpython-2.7
26
+ sudo apt install build-essential git cmake libpython2.7 libpython2.7-dev
27
27
```
28
28
29
29
Set IDA_DIR & IDASDK_DIR environment variables
@@ -38,17 +38,19 @@ Clone, configure & build **YaCo**
38
38
~/YaCo/build (master) $ ./configure.sh
39
39
~/YaCo/build (master) $ pushd ../out/x64_Release
40
40
~/YaCo/out/x64_Release (master) $ make -j4
41
+ ~/YaCo/out/x64_Release (master) $ make test -j4
41
42
~/YaCo/out/x64_Release (master) $ pushd $IDA_DIR/plugin
42
43
$IDA_DIR/plugin $ ~/YaCo/build/deploy.sh
43
44
```
44
45
45
46
### Windows
46
47
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
49
50
50
51
Configure and build ** YaCo**
51
52
```
53
+ # export directories without quotes
52
54
set IDA_DIR=C:\Program Files\IDA Pro 7.0
53
55
set IDASDK_DIR=C:\idasdk70
54
56
build> configure_2017.cmd
0 commit comments