x64 Kernel Privilege Escalation

Explanation and sample exploit code for elevating process privileges by modifying data structures in kernel memory. Continue reading

Posted in Uncategorized | Comments Off

64-bit Device Driver Development

Quickstart guide to building, loading, and debugging a sample device driver on a Windows 7 x64 system. Continue reading

Posted in Uncategorized | Comments Off

Windows x64 Shellcode

Introduction to developing shellcode for 64-bit Windows, including a detailed explanation of how to look up API function addresses from DLL Export Tables. Continue reading

Posted in Uncategorized | Comments Off

Windows Assembly Languages

Example code and build instructions for win32 API programming using x86 and x64 assembly language, along with .Net development using Intermediate Language (IL). Continue reading

Posted in Uncategorized | Comments Off