From 0e6f791d3ce053e875169d8c211bc3a53ff5c7ee Mon Sep 17 00:00:00 2001 From: rcx Date: Tue, 23 Jan 2018 03:36:56 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 992b928..5b042b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Originally by sirmabus, ported to IDA 7 -Compiled binaries over at the [Releases](../../releases). +Compiled binaries over at the [Releases](../../releases). **If it crashes, use the Debug build and provide a crashdump and crash log! Otherwise I can't fix the issue** # How to compile it @@ -54,4 +54,4 @@ Each of these repositories should have the Release .lib precompiled for you. If they are not, you can compile them using a process similar to the one used to compile this project. After your paths are setup, you are ready to compile. -Use Release for the ida.exe plugin, and Release64 for the ida64.exe plugin +Use Release for the ida.exe plugin, and Release64 for the ida64.exe plugin. From 299c732a71e3b78c3e3c7be5da24dafbce8e5f1b Mon Sep 17 00:00:00 2001 From: rcx Date: Thu, 2 Aug 2018 01:20:48 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b042b8..cdb8a3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ClassInformer for IDA 7 +# ClassInformer for IDA 7.0 -Originally by sirmabus, ported to IDA 7 +Originally by sirmabus, ported to IDA 7.0. For IDA 7.1, the orignal author has released an [official build](https://sourceforge.net/projects/classinformer/). Unforunately for those of us who are too broke to afford it we need 7.0 :P Compiled binaries over at the [Releases](../../releases). **If it crashes, use the Debug build and provide a crashdump and crash log! Otherwise I can't fix the issue**