Title, also if possible teach me how did you pull it? I’ve been trying with ghidra for like 2 weeks and haven’t made any progress.
I need these specifically:
namespace Ball {
constexpr OFFSET Position =;
constexpr OFFSET Velocity =;
constexpr OFFSET Spin =;
constexpr OFFSET Classification =;
constexpr OFFSET State =;
}
namespace Balls {
constexpr OFFSET Count =;
constexpr OFFSET Entry =;
constexpr OFFSET Balls =;
}
namespace VisualCue {
constexpr OFFSET VisualCue =;
constexpr OFFSET AimAngle =;
constexpr OFFSET Power =;
constexpr OFFSET SpinObject =;
constexpr OFFSET Spin =;
}
namespace GameManager {
constexpr OFFSET Table =;
}
}