Skip to content

Commit

Permalink
IDA v6.9 is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Jan 22, 2019
1 parent ffa0e2b commit 8db3951
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Huge performance improvements
* Interface improvements
* Lots of bugfixes
* Officially drop IDA v6.9 support

2018-11-22: v1.0.1
* Fix ARM64 detection logic in IDA plugin
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check the [tutorial](doc/tutorial.md) out to see the corresponding tasks.

Supported host platforms:

* IDA plugin: all, version **6.9 or later** (BinCAT uses PyQt, not PySide)
* IDA plugin: all, version **7.0 or later** (BinCAT uses PyQt, not PySide)
* analyzer (local or remote): Linux, Windows, macOS (maybe)

Supported CPU for analysis (for now):
Expand All @@ -38,7 +38,9 @@ Supported CPU for analysis (for now):

## Installation

**Only IDA v6.9 or later (7 included) are supported**
**Only IDA v7 or later is supported**

v6.9 may work, but we won't support it.

### Binary distribution install (recommended)

Expand Down
2 changes: 1 addition & 1 deletion doc/install_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* python2-sphinx for the python documentation generation
* menhir for the configuration parsing in ocaml
* the ocamlgraph library
* IDA >= 6.9 (for the plugin)
* IDA >= 7.0 (for the plugin)

#### Installing linux packages
All these dependencies except IDA are usually packaged by linux distributions.
Expand Down

0 comments on commit 8db3951

Please sign in to comment.