Skip to content

ReGlacier/PS2CPPExtractorIDAPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PS2 ELF Types Extractor to C++

License: MIT

Tested on IDA Pro 7.2 with Python 2.7.18

Usage

  • In IDA: File > Script File
  • Then in disassembly put the cursor on the start of class vftable
  • Go to Edit > Other > Generate C/C++ Class Defs
  • Look into "Output window", your class will be there

Will be later

  • Custom dialog window with generated class
  • Function construction deduction with size prediction (only for ReHitman project) and members generation
  • Return type prediction: based on patterns but it could be useful for somebody

Etc

This project is a part of ReHitman project

About

IDAPython plugin for C++ types extraction into headers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages