Every global pointer is imported as a void *, e.g. g_isle in ISLE 0x00410030.
While all the information are there, they are lost when producing a condensed TypeInfo structure:
|
if obj.get("type") == "LF_POINTER": |
|
return self.get(CVInfoTypeEnum.T_32PVOID) |
Every global pointer is imported as a
void *, e.g.g_isleinISLE 0x00410030.While all the information are there, they are lost when producing a condensed
TypeInfostructure:reccmp/reccmp/cvdump/types.py
Lines 359 to 360 in 592d5ce