Skip to content
View n07-5l4y3r's full-sized avatar

Block or report n07-5l4y3r

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. syscall-labs syscall-labs Public archive

    C++

  2. TheUltimateBase TheUltimateBase Public archive

    C++

  3. screen capture example screen capture example
    1
    // adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk
    2
    
                  
    3
    #define WIN32_LEAN_AND_MEAN    
    4
    
                  
    5
    #include <windows.h>
  4. GlobalDraw.cpp GlobalDraw.cpp
    1
    // DirectDrawFun.cpp
    2
    
                  
    3
    #include <iostream>
    4
    
                  
    5
    #pragma comment(lib, "ddraw.lib")
  5. lel.asm lel.asm
    1
    is_hooked_thread:                   ;is_hooked_thread:
    2
      push   rbp                        ;
    3
      mov    rbp, rsp                   ;
    4
      sub    rsp, 0x8                   ; idx
    5
      mov    QWORD PTR [rbp+0x10], rcx  ; magic