Skip to content

DaZombieKiller/TypeTreeRipper

Repository files navigation

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.

About

Experimental serialization dumper for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published