godump
godump copied to clipboard
Show pointer values
Hi!
Looks like right now we are showing the addresses of pointers.
Pointer: *int:0x0000a4010
IMO it would be better to do something like:
Pointer: *int:&55644133
thoughts?