Skip to content

SDK generator for Glacier Engine games (HITMAN2, HITMAN3)

License

Notifications You must be signed in to change notification settings

praydog/GlacierGenny

Repository files navigation

GlacierGenny

Generates a C++ SDK for Glacier Engine games. Tested on HITMAN2 and HITMAN3.

Uses sdkgenny by @cursey.

Background

This project was born out of curiosity and became a real-world application of sdkgenny. I noticed that there was a reflection/introspection system in HITMAN3 when working on HITMAN3FIX and decided to poke around.

The Glacier engine has something akin to "named pointers" or "pool tags". There's a particular pool named "ioi_typeinforegistry" (ZTypeRegistry) which contains a list of all the registered types that can be used for introspection/reflection.

Among the supported types for introspection are:

  • Enums
    • Names & Values
  • Classes
    • Full inheritance heirarchy
    • Size
    • Fields
      • Offsets
      • Names
      • Types
  • Primitive types
  • Template classes

About

SDK generator for Glacier Engine games (HITMAN2, HITMAN3)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published