From 397beb1fa16ce615e81e9e911bbe03b74fc9e2cd Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Mon, 3 Jun 2024 08:13:09 -0700 Subject: [PATCH] Update IDA SDK to 8.2 SP1 PiperOrigin-RevId: 639788224 Change-Id: Id05eec93182bf45ffd817d29c348eba6453c21ce --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd9ae6b9..88019123 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following build dependencies are required: * [BinExport](https://github.com/google/binexport) 12, the companion plugin to BinDiff that also contains a lot of shared code -* Boost 1.71.0 or higher (a partial copy of 1.71.0 ships with BinExport and +* Boost 1.83.0 or higher (a partial copy of 1.83.0 ships with BinExport and will be used automatically) * [CMake](https://cmake.org/download/) 3.14 or higher * [Ninja](https://ninja-build.org/) for speedy builds @@ -96,7 +96,7 @@ The following build dependencies are required: * Binary Ninja SDK The following build dependencies are optional: -* IDA Pro only: IDA SDK 8.0 or higher (unpack into `deps/idasdk`) +* IDA Pro only: IDA SDK 8.2 or higher (unpack into `deps/idasdk`) The general build steps are the same on Windows, Linux and macOS. The following shows the commands for Linux.