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

partial fix for #1680, rewrite proc enum #1686

Merged
merged 3 commits into from
Aug 5, 2023

Commits on Jul 28, 2023

  1. rewrite process enumeration without NTDLL

    This fixes the crash referenced in kevoreilly#1680 with a architecture-agnostic
    strategy to process enumeration without NTDLL and struct unpacking.
    nbargnesi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d41c9fe View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    fff95fd View commit details
    Browse the repository at this point in the history
  2. remove SYSTEM_PROCESS_INFORMATION struct

    No longer needed as of d41c9fe
    nbargnesi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4929dc8 View commit details
    Browse the repository at this point in the history