Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
893 stars 200 forks source link

Some shortcomings in windows kernel support related to function prototypes #4830

Open op2786 opened 9 months ago

op2786 commented 9 months ago

Functions listed below does not have prototype (I guess there are others I'm not able to notice):

There are also undocumented functions. Some of them are well known so I guess we can at least have prototype for them:

Functions that does not have correct types:

There are also some other variables that does not have correct type:

xusheng6 commented 8 months ago

Related to https://github.com/Vector35/binaryninja-api/issues/4829