IIIM-IS / AERA

Other
12 stars 4 forks source link

Created new Natvis file for better debugging display #268

Closed Leo-Nogismus closed 1 year ago

Leo-Nogismus commented 1 year ago

Natvis is a way to visualize the debugger information at the bottom of the screen of Visual Studio. With this, the way Atoms are displayed is much more helpful that the standard uint32 display. You can see all important things with a quick glance, like OpCode (if needed), descriptor, index, and so on. For a single Atom, this isn't that much helpful, but it is also shown in r_code::Code objects.