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

Stop relying on NtTerminateProcess in pstree #607

Merged
merged 3 commits into from
Aug 7, 2021
Merged

Stop relying on NtTerminateProcess in pstree #607

merged 3 commits into from
Aug 7, 2021

Conversation

kscieslinski
Copy link
Contributor

There is a small race when the process creates a child and terminates right after. This is due NtTerminateProcess not being accurate. In logs, it looks like the parent process has first terminated and only then spawned a child process.

Requires drakvuf bump to 5291824

@kscieslinski kscieslinski requested a review from chivay August 7, 2021 09:22
Konstanty Cieslinski and others added 2 commits August 7, 2021 13:00
@chivay chivay merged commit f63fa17 into master Aug 7, 2021
@chivay chivay deleted the fix-pstree branch August 7, 2021 13:22
chivay pushed a commit that referenced this pull request Aug 7, 2021
* Stop relying on NtTerminateProcess
* Bump DRAKVUF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants