{"id":13754836,"url":"https://github.com/rcx/classinformer-ida7","last_synced_at":"2025-08-10T08:40:37.665Z","repository":{"id":44155051,"uuid":"116113400","full_name":"rcx/classinformer-ida7","owner":"rcx","description":"ClassInformer backported for IDA Pro 7.0","archived":false,"fork":false,"pushed_at":"2020-03-20T20:50:57.000Z","size":495,"stargazers_count":358,"open_issues_count":3,"forks_count":45,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-20T06:05:48.294Z","etag":null,"topics":["ida-plugin","ida-pro","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-03T08:41:51.000Z","updated_at":"2025-05-01T11:02:26.000Z","dependencies_parsed_at":"2022-07-30T09:07:59.588Z","dependency_job_id":null,"html_url":"https://github.com/rcx/classinformer-ida7","commit_stats":null,"previous_names":["ecx86/classinformer-ida7"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rcx/classinformer-ida7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcx%2Fclassinformer-ida7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcx%2Fclassinformer-ida7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcx%2Fclassinformer-ida7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcx%2Fclassinformer-ida7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcx","download_url":"https://codeload.github.com/rcx/classinformer-ida7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcx%2Fclassinformer-ida7/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269698394,"owners_count":24461195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ida-plugin","ida-pro","reverse-engineering"],"created_at":"2024-08-03T10:00:34.729Z","updated_at":"2025-08-10T08:40:37.616Z","avatar_url":"https://github.com/rcx.png","language":"C++","readme":"# ClassInformer for IDA 7.0\n\nOriginally by sirmabus, backported 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\n\nCompiled 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**\n\n# How to compile it\n\nThe process for compiling classinformer can be involved. To streamline the dependency collection process three macros are in place:\n1. $(IDADIR)\n2. $(QTDIR)\n3. $(IDASUPPORT)\n\nTo set the paths, go to the Property Manager tab in Solution Explorer, and edit PropertySheet.\nIt's not important which configuration you edit PropertySheet in, they all use the same file.\nThen go to Common Properties -\u003e User Macros and set up macros to paths like below:\n\n### $(IDADIR)\nThis should be your IDA root directory (the directory containing ida.exe).\nPut your IDA SDK directory (idasdk70) into this directory.\nSo your directory structure may look something like:\n\n```\nC:\\Program Files\\IDA 7.0 $(IDADIR)\n+--- idasdk70\n     +--- include\n     +--- lib\n+--- ida.exe\n+--- ida64.exe\n```\n\n### $(QTDIR)\nYou need a QT SDK installation to pregenerate the gui files.\nYour directory structure may look something like:\n\n```\nC:\\Program FIles\\Qt\\qt-5.6.0-x64-msvc2015\\5.6\\msvc2015_64\n+--- bin\n+--- lib\n+--- include\n```\n\n### $(IDASUPPORT)\nYou need some support libraries that sirmabus wrote, ported for IDA 7.\nSetup a directory to hold all of these libraries:\n```\nidasupport\n+--- IDA_SegmentSelect (https://github.com/ecx86/IDA7-SegmentSelect)\n+--- IDA_OggPlayer (https://github.com/ecx86/IDA7-OggPlayer)\n+--- IDA_WaitBoxEx-7.0 (https://github.com/dude719/IDA_WaitBoxEx-7.0)\n+--- SupportLib (https://github.com/ecx86/IDA7-SupportLib)\n```\nEach of these repositories should have the Release .lib precompiled for you.\nIf they are not, you can compile them using a process similar to the one used to compile this project.\n\nAfter your paths are setup, you are ready to compile.\nUse Release for the ida.exe plugin, and Release64 for the ida64.exe plugin.\n","funding_links":[],"categories":["使用"],"sub_categories":["\u003ca id=\"4900b1626f10791748b20630af6d6123\"\u003e\u003c/a\u003eC++类\u0026\u0026虚表"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcx%2Fclassinformer-ida7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcx%2Fclassinformer-ida7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcx%2Fclassinformer-ida7/lists"}