Skip to content
View shsirk's full-sized avatar
💭
Too much to do!
💭
Too much to do!

Block or report shsirk

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. linuxtools linuxtools Public

    Tools for fuzzing on linux

    Shell 2 1

  2. WindbgExts WindbgExts Public

    Windows Debugger Extensions

    C# 1 1

  3. ldbgtrace ldbgtrace Public

    Debugger based process tracer for linux

    C++ 1 2

  4. proctracer proctracer Public

    INTEL PIN dbi based process tracer

    C++ 13 2

  5. TTD notes TTD notes
    1
    ~~ The debugger data model 
    2
    
    
    3
    DX COMMAND - 
    4
        1. find which module eip is pointing to 
    5
          dx @$curprocess.Modules.Where(p => @rip >= p.BaseAddress && @rip < (p.BaseAddress+p.Size))