Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-installkph bug #61

Closed
dmex opened this issue Aug 29, 2016 · 1 comment
Closed

-installkph bug #61

dmex opened this issue Aug 29, 2016 · 1 comment
Assignees
Labels

Comments

@dmex
Copy link
Member

dmex commented Aug 29, 2016

The handle tab will show zero handles for all processes if you're using the nightly build (or your own builds) and after using the -installkph parameter.

The bug seems to be caused by PhGetHandleInformationEx failing to call NtDuplicateObject when PhKphVerified is FALSE and thus returning STATUS_ACCESS_DENIED and bailing with an empty handleItem->TypeName which then causes the handle tab to show zero handles for all processes.

If PhKphVerified is FALSE then should PH disconnect from KPH so it's able to call the correct APIs (since KPH is unavailable anyway)?

@dmex dmex added the bug label Aug 29, 2016
@dmex dmex added this to the Future milestone Aug 29, 2016
@dmex dmex assigned wj32 and dmex Aug 29, 2016
@dmex
Copy link
Member Author

dmex commented Jan 29, 2017

Fixed in recent nightly builds.

@dmex dmex closed this as completed Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants