I'm RE an executable file of a game with Ghidra
, and I searched for strings
. I found a lot of strings in the .rdata section, which have a readable meaning, but if I look for "references to this address"
, there are no results. Why are they included in the binary
, if there is no usage for them? Could it be, that they are used at runtime? Here is a picture, for deeper understanding:
I found a lot of strings like this. I know the game very well, and strings like this I never saw ingame.