Skip to content

Instantly share code, notes, and snippets.

@Modder4869
Last active January 10, 2025 12:45
Show Gist options
  • Save Modder4869/55df4f3f9fa585a0057b9765e7fe4c4f to your computer and use it in GitHub Desktop.
Save Modder4869/55df4f3f9fa585a0057b9765e7fe4c4f to your computer and use it in GitHub Desktop.
UTTDumper help

TL;DR

version: raw version or function above "Initialize engine version: %s\n".

common_strings: RVA of first entry, aka "AABB".

rtti: XRef "Source and Destination Types do not match", Addr before.

type_tree_ctor: XRef "Source and Destination Types do not match", 2019.4.x <= 1nd function after else 1st function with if, then 1nd function after.

type_tree: XRef "Source and Destination Types do not match", 2019.4.x <= 2nd function after else 1st function with if, then 2nd function after.

produce: XRef "Failure to create component of type '%s' (0x%08X)" 1st function from top.

the long version shown below which shows 2 games side by side (one arm64 and other arm)

version

image

common_strings

image

rtti

image

type_tree_ctor

image image

type_tree

image image

produce

image

inject

use any injector like https://github.com/MJx0/AndKittyInjector for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment