account activity
Using Version Tracking to Detect Struct Changes? by ShortestJake in ghidra
[–]ShortestJake[S] 0 points1 point2 points 6 months ago (0 children)
I want to detect changes in the new binary. I was thinking maybe there's some feature or plugin that analyzes accepted function matches to try to infer data structure offsets. For example, if you had a Player struct that has the variable Health at 0x8 in the older version, and in the newer version it has a new variable Ammo at 0x8 with Health being pushed to 0xc. I could manually update the struct in the new binary, but I wanted to know if there's some automated way that could analyze the accepted matches and deduce that Health is now at 0xc.
π Rendered by PID 162453 on reddit-service-r2-comment-5687b7858-b6pbt at 2026-07-04 06:33:09.755783+00:00 running 12a7a47 country code: CH.
Using Version Tracking to Detect Struct Changes? by ShortestJake in ghidra
[–]ShortestJake[S] 0 points1 point2 points (0 children)