Skip to content
View achilles4828's full-sized avatar
😐
😐
Block or Report

Block or report achilles4828

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 Loading

  1. elfdump elfdump Public

    A discounted objdump.

    Python

  2. windows-syscalls windows-syscalls Public

    Forked from j00ru/windows-syscalls

    Windows System Call Tables (NT/2000/XP/2003/Vista/2008/7/2012/8/10)

    HTML 1

  3. windows_kernel_address_leaks windows_kernel_address_leaks Public

    Forked from sam-b/windows_kernel_address_leaks

    Examples of leaking Kernel Mode information from User Mode on Windows

    C++

  4. Windows 7 x64 Token Stealing Shellco... Windows 7 x64 Token Stealing Shellcode Stub with custom PID
    1
    [BITS 64]
    2
    
    
    3
    ; Compiled via NASM
    4
    ; based on http:https://mcdermottcybersecurity.com/articles/x64-kernel-privilege-escalation
    5