Open jordan9001 opened 2 years ago
Sorry, it is wrong to say that this output is wrong, as it depends on how you use it in your XNTSV tool. For consuming this as JSON elsewhere, though, it could be nice if the type and name were as described above.
Thsnks a lot for the report. I will take a look.
The XNTSV output has incorrect names and types for function pointers.
An example function pointer members from
_DUMP_INITIALIZATION_CONTEXT
. Ideally name would beOpenRoutine
, and type would beunsigned char ( * )(union _LARGE_INTEGER )
.