Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 784 Bytes

File metadata and controls

15 lines (8 loc) · 784 Bytes

TypeTreeRipper

An experimental C++ alternative to TypeTreeDumper that does not require symbols.

Building

Open the directory in Visual Studio and switch the solution explorer to the CMake Targets View.

Usage (Windows)

The TypeTreeRipper module functions as a proxy for version.dll or winhttp.dll, but can also be injected at process start.

When loaded, the module waits for the engine to initialize and then initiates a type tree dump. The data will be written to release.ttbin (when dumping from the editor, an editor.ttbin will also be produced) and then the process will terminate.

The included TypeTreeRipper.Converter tool can be used to convert .ttbin files to .tpk or the legacy struct dump format.