I need to rename some memory address "names" in IDAPython. I'm talking about the dword_805672 formatted ones. Please see the screenshot below:
I've placed red boxes around the names which I would like to rename with IDAPython. I've searched the API docs and I came up with: idc.MakeName(ea,name)
however, as you can see, this only placed a name in the spots labeled dynamic_1
, dynamic_2
and so on. I want to rename the actual operand.