-
I am currently facing a problem. In a program that I am currently analyzing there are a lot of numerical values. From most of them I also know an assignment. In my case these represent strings. But they are not enumerations in the classical sense. In Ghidra I saw that there are equates for this. With this it should be possible to assign a meaning to a number. What I have now: I have a list for the numbers and their meaning. I would have to get this now somehow in Ghidra. There I would have to replace all affected numbers with the numbers in the list. Unfortunately I can't find a script or something similar that supports me. There is an example about equates, but it doesn't really help me. And then, unfortunately, I can't find any proper documentation. Therefore the question to the community: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If these are uncommon numbers that would only appear for some equate there is an option to apply to all occurances when you apply it to one in the listing. |
Beta Was this translation helpful? Give feedback.
If these are uncommon numbers that would only appear for some equate there is an option to apply to all occurances when you apply it to one in the listing.