Skip to content
View hexagr's full-sized avatar

Block or report hexagr

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. elf_infector elf_infector Public

    Linux ELF file infector via PT_NOTE to PT_LOAD flipping

    C 1

  2. RegistryGhost RegistryGhost Public

    Code execution via Windows Registry

    C

  3. wifiExtract wifiExtract Public

    Enumerate and extract Windows WLAN profiles

    C++

  4. Wow64Search Wow64Search Public

    Search for WOW64 processes in Windows

    C

  5. pdata_dump.py pdata_dump.py
    1
    import pefile
    2
    import struct
    3
    
                  
    4
    def main():
    5
        pe = pefile.PE("C:\\Windows\\notepad.exe", fast_load=True)