mrexodia / phnt-single-header

Single header version of System Informer's phnt library.
MIT License
126 stars 10 forks source link

IDA/Ghidra Type libraries #10

Open mrexodia opened 1 year ago

mrexodia commented 1 year ago

Would be nice to create IDA/Ghidra type libraries from the latest phnt version and include those in the release as well.

There's some issues:

nblog commented 11 months ago

This is not a promotion, ghidra 10.3.2 and later, C-Parser can do it easily. But so far, there's a very small problem,PreProcessor Token Error: Lexical error at line 2268, column 25. Encountered: "\" (92), after : "\",which I've chosen to comment out

Here I provide a gdt built from the current repository as a demonstration of the effect. vs2022_phnt_64.zip

mrexodia commented 11 months ago

Yeah, unfortunately the parser in IDA is awful. Thanks for investigating this though!