Macromonkey
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Macromonkey
»
General Category
»
IDA Pro
»
IDA Class Informer
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: IDA Class Informer (Read 44409 times)
0 Members and 1 Guest are viewing this topic.
Administrator
Administrator
Newbie
Posts: 13
Karma: +0/-0
IDA Class Informer
«
on:
December 30, 2014, 02:58:41 PM »
An IDA Pro MSVC object RTTI vftable finder, fixer, and lister plug-in.
Lists found RTTI structures and C++ classes.
RTTI ("Run-time type information"):
Wikipedia RTTI
Based off article and IDC scripts by Igor Skochinsky:
http://www.openrce.org/articles/full_view/23
http://www.openrce.org/downloads/details/196
Recon 2012: Compiler Internals
> Sourceforge ClassInformer <
Dialog:
Example list output:
Sample RTTI vftables commented by plugin:
[May 2017]: Version 2.4
Will now scan all "DATA" type segments. Before would only scan the first ".rdata" and ".data" named segments.
Added a "segment select" to allow manually selecting the segments to scan.
[Jan 2016]: Version 2.2
Updated to IDA SDK 6.9 and now using MSVC 2015.
[May 2015]: Version 2.0, major update.
Added a fully functional 64bit version.
Different, more accurate scanning method.
Fancy "material design" inspired user interface.
Updated to IDA SDK 6.7
To build requires a minimal Qt 5.4.1 SDK install.
See:
Qt 4.8.4 on Windows for IDA Pro C/C++ plug-in development – Part 1 of 3
Also requires my:
IDA Support Library
> Sourceforge ClassInformer <
Logged
Administrator
Administrator
Newbie
Posts: 13
Karma: +0/-0
Re: IDA Class Informer
«
Reply #1 on:
June 01, 2017, 11:27:52 PM »
Mentioned in Chris Eagle's popular IDA Pro book:
https://www.amazon.com/IDA-Pro-Book-Unofficial-Disassembler/dp/1593272898
qwerty9384
made a tutorial game hacking tutorial using Class Informer:
https://www.unknowncheats.me/wiki/IDA_Pro_ClassInformer_Tutorial
In this thread, someone has made a IDA 6.8 version and more (use at your own risk):
https://www.techbliss.org/threads/class-informer-by-sirmabus.73/page-3
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Macromonkey
»
General Category
»
IDA Pro
»
IDA Class Informer