Skip to content

ReClass.NET Plugin to make use of the info gathered in FFXIVClientStructs

Notifications You must be signed in to change notification settings

pohky/XivReClassPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XivReClassPlugin

ReClass.NET Plugin to make use of the info gathered in FFXIVClientStructs

just throw the dll into ReClass.Net\x64\Plugins\ and set the path to FFXIVClientStructs\ida\data.yml in the settings.

  • simulates having RTTI info available with the things defined in data.yml
  • shows what class a pointer points at if available
  • adds a slightly improved C# Code Generator to generate strucs for FFXIVClientStructs
  • resolves instance names to addresses where available (e.g. <Client::Game::Object::GameObjectManager_Instance>)
  • resolves Addon addresses with <Addon(id)> or <Addon(name)>
  • resolves Agent addresses with <Agent(id)> or <Agent(name)> if the name is defined in data.yml
  • adds a live list of all agents that shows their ID, Size, defined Class name in data.yml and the name of the Addon that's currently using it

About

ReClass.NET Plugin to make use of the info gathered in FFXIVClientStructs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages