You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
Game: Fatal Frame 2. More specifically the European demo with the debug functionality
OS: Arch Linux
Ghidra: 10.1.4
Issue:
In Ghidra 9 any function that uses GP register for anything reads writes etc all variables and values related will resolve name-wise and appear correct. In Ghidra 10 this will not occur and all globals will appear as random addresses unless the initial value on the GP register is manually set using set register GP(64)
What it's currently showing:
What it should be showing:
The text was updated successfully, but these errors were encountered:
After the label is created the problem should go away once you re-run the constant reference analyzer. There is definitely a bug somewhere though since it was set fine in the past.
@astrelsky That definitely made it work at least so. Thanks
Well that's a good sign. May you check the Ghidra application.log for any errors coming from the constant analyzer before you added the label? It will help narrow down the root problem.
Game: Fatal Frame 2. More specifically the European demo with the debug functionality
OS: Arch Linux
Ghidra: 10.1.4
Issue:
In Ghidra 9 any function that uses GP register for anything reads writes etc all variables and values related will resolve name-wise and appear correct. In Ghidra 10 this will not occur and all globals will appear as random addresses unless the initial value on the GP register is manually set using set register GP(64)
What it's currently showing:
![Current](https://user-images.githubusercontent.com/22896793/174416966-a5cfd736-8b80-4264-b8ee-cb65590dee22.png)
What it should be showing:
![Should](https://user-images.githubusercontent.com/22896793/174416975-12bf8623-c807-4322-b18e-3e520d11cfef.png)
The text was updated successfully, but these errors were encountered: