lumen icon indicating copy to clipboard operation
lumen copied to clipboard

Complete parsing all metadata types

Open naim94a opened this issue 5 years ago • 2 comments

The following metadata types aren't parsed at the moment:

  • [ ] 0x01: typeinfo (assuming it's the function's signature)
  • [ ] 0x08: set stack points
  • [ ] 0x09: function frame
  • [ ] 0x0a: set operand types

naim94a avatar Dec 16 '20 21:12 naim94a

Is it possible the type info could also be structs and the like?

jfm535 avatar Aug 04 '21 20:08 jfm535

Official names for those metadata types seems to be this:

1 MDK_TYPE
2 MDK_VD_ELAPSED
3 MDK_FCMT
4 MDK_FRPTCMT
5 MDK_CMTS
6 MDK_RPTCMTS
7 MDK_EXTRACMTS
8 MDK_USER_STKPNTS
9 MDK_FRAME_DESC
10 MDK_OPS
11 MDK_OPS_EX

tomrus88 avatar Dec 21 '23 22:12 tomrus88