trumank / kismet-analyzer

Unreal Engine blueprint/kismet script reverse engineering and modding utilities
MIT License
56 stars 12 forks source link
cfg kismet modding unreal-engine

KismetAnalyzer

Tools for analyzing and manipulating kismet bytecode in cooked Unreal Engine assets.

Example CFG generation

Assuming graphviz is in the PATH:

kismet-analyzer gen-cfg-tree unpacked-fsd/ output/ FSD --render --progress

output/ should now contain generated CFGs as well as a class hierarchy.

There is also a command to generate a CFG for a single asset and open it directly in a web browser:

kismet-analyzer cfg unpacked/path/to/YourAsset.uasset

Example Output

CFG class hierachy