chaoticgd / ghidra-emotionengine-reloaded

An extension for Ghidra that adds support for the PlayStation 2.
Apache License 2.0
118 stars 11 forks source link

Seeing which bitfield is being used #56

Closed theclub654 closed 4 months ago

theclub654 commented 4 months ago

Instead of just having the raw offset of the bit field thats being referenced could we see which bitfield is being manipulated or used like in the pic you see how its palo->0x2d8 instead of it being that can the bitfield name thats being used be referenced

Screenshot 2024-02-08 191049

chaoticgd commented 4 months ago

That's a problem with Ghidra's decompiler, so I think there's not really anything for me to fix in the plugin.