1

Fixed

[0.1.x] Failed to get type name for void*

description

С code:
void* myPtr = 0;

Pykd:
s = module.type("myPtr").name()

Expected:
s should be equal "Void*"

In fact:
TypeException: <ptr> : this pointer can not be dereferenced

No files are attached

comments

kernelnet wrote Feb 17 at 8:59 AM

added test TypeInfoTest.testPtr for issue reproducing