Loading video...
Video Failed to Load
#IDA TIP to load #Windows #Kernel types: [1/2] Windows Kernel types (e.g., EPROCESS, ETHREAD, etc.) are not a part of the built-in IDA TILs (because they are changing across different WIN versions). 1. These types are a part of the "ntoskrnl.exe" debug symbols -> "ntkrnlmp.pdb". 2. IDA supports loading... show more
21,737 views • 1 year ago •via X (Twitter)
3 Comments

Jiří Vinopal1 year ago
[2/2] To quickly get specific version of "ntoskrnl.exe", #Winbindex ( is super helpful (credits to @m417z). Another credits go to @HexRaysSA and @IgorSkochinsky as they covered this in "Igor’s Tip of the Week" more than year ago:

bopin1 year ago
Have you used IDA's TILs your made? idaclang.exe generate one til file from parsing .h header. I sufferred from some trouble

Jiří Vinopal1 year ago
yes😁Actually, this was generated by "idaclang.exe": Maybe the "Compilation Commands" here can be helpful:
