Skip to content
View senko37's full-sized avatar
🍇
chillin'
🍇
chillin'
  • 15:04 (UTC +04:00)
Block or Report

Block or report senko37

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. createprocessnotify-hook createprocessnotify-hook Public

    PsSetCreateProcessNotifyRoutine/Ex/Ex2 hook

    C++ 5 3

  2. Create process from KernelMode via APC Create process from KernelMode via APC
    1
    typedef struct _STARTUPINFOW {
    2
    	UINT32 cb;
    3
    	LPWSTR lpReserved;
    4
    	LPWSTR lpDesktop;
    5
    	LPWSTR lpTitle;