|
Title: MED9.1 Correlate Ram Variables To Pointers Post by: toxictuning on June 19, 2025, 03:00:06 AM Hello
Im working on a MED9.1 project, im able to label the internal variables, i see some files have 2000, some have 2200. I have not seen another size but also I have not compared too many files. I can find the address and size in most files but i can't seem to figure out how to correlate the points without using the tester information. Code: 004a6ca4 00 03 83 60 addr mshfm_w TIA Title: Re: MED9.1 Correlate Ram Variables To Pointers Post by: elias on July 01, 2025, 04:13:55 AM I usually use MED9info tool (can be found here on nefmoto) to display all variables. It works very well
Variables which cannot be found using that tool, can usually by matching the binaries with Ghidra. Code is pretty similar through all variants. |