Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Releases: herosi/classinformer

v2.92

13 Mar 15:05

Choose a tag to compare

  • Support ARM/ARM64 Windows binaries.
    • Note that it only supports PE formatted binaries for Windows compiled by MSVC++, not GCC and ELF.
  • Limit only PE formatted binaries.

v2.91

06 Oct 13:23

Choose a tag to compare

Compared to v2.9:

  • Removed AddStrucMember from Main.hpp to compile with IDA 9.0 SDK
  • Changed binary_search3 to binary_search for IDA 9.0 SDK
  • Changed plugin names
  • Added projects for IDA SDK 8.x

IMPORTANT!!!
IDA Pro 9.0 Beta is not supported. Check the version you use before creating an issue.

v2.7

18 Jan 15:39
24b91ca

Choose a tag to compare

Changelog from the original v2.6

  • Updated to IDA SDK 8.2 and MSVC 2019
  • Updated the plugin form to the new one to work with IDA SDK 8.2
  • Created a plugin to analyze PE32 on IDA 64 (IDA_ClassInformer_PlugIn3264.dlL) because IDA is currently stopping to use IDA for 32-bit.
  • Linked VC++ runtime statically (/MT*)