Skip to content

DexrnZacAttack/TSym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSym

Text based symbol format for Ghidra and (soon) IDA

Roadmap

  • Import headers instead of inlining the entire path (will take a while)
    • Requires import path to be set to the types folder.
  • Detect classes and add methods (both normal and virtual) to the headers
  • Local vars
  • Templates
  • Visibility via comments (e.g TS_PUBLIC, TS_PRIVATE, TS_PROTECTED in the comment)
  • Support my inherit field name (used in place of extending so Ghidra will enjoy it)
    • For multiple inheritance under the same struct, you can put the comment as "inherit", or include "TS_INHERIT" in an existing comment.

Releases

No releases published

Packages

No packages published

Languages