manurautela
Interested in low level stuff and keen interest in Windows, security and related area.
India
Pinned Repositories
cfg-showcase
Sample programs that illustrate how to use Control Flow Guard, VS2015's control flow integrity implementation
Exploitation
Windows Software Exploitation
findwdk-simple
Simple driver using FindWdk for building windows driver with cmake from cmdline.
GuardMon
Hypervisor based tool for monitoring system register accesses.
HookingNirvana
Recon 2015 Presentation from Alex Ionescu
krabsetw
KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
pdbex-sample
Sample project for pdbex to use undoc structure and native api on windows
windbg-notes
This repo contains debugging notes and tip/tricks common and helpful
manurautela's Repositories
manurautela/findwdk-simple
Simple driver using FindWdk for building windows driver with cmake from cmdline.
manurautela/Exploitation
Windows Software Exploitation
manurautela/GuardMon
Hypervisor based tool for monitoring system register accesses.
manurautela/krabsetw
KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
manurautela/pdbex-sample
Sample project for pdbex to use undoc structure and native api on windows
manurautela/windbg-notes
This repo contains debugging notes and tip/tricks common and helpful
manurautela/cfg-showcase
Sample programs that illustrate how to use Control Flow Guard, VS2015's control flow integrity implementation
manurautela/HookingNirvana
Recon 2015 Presentation from Alex Ionescu
manurautela/hyperplatform_log_parser
User-mode program parsing logs created by HyperPlatform
manurautela/IRPMon
The goal of the tool is to monitor requests received by selected device objects or kernel drivers. The tool is quite similar to IrpTracker but has several enhancements. It supports 64-bit versions of Windows (no inline hooks are used, only moodifications to driver object structures are performed) and monitors IRP, FastIo, AddDevice, DriverUnload and StartIo requests.
manurautela/lxss
Fun with the Windows Subsystem for Linux (WSL/LXSS)
manurautela/manurautela.github.io
This is a dumping zone for random things which I tend to forget or stumble upon doing some stuff. Stuff related to windows internals, debugging, security and computers.
manurautela/mitigation-bounty
Later
manurautela/osquery
SQL powered operating system instrumentation, monitoring, and analytics.
manurautela/osquery-configuration
A repository for using osquery for incident detection and response
manurautela/phnt-sample
Contains sample template for using process hacker's native api library
manurautela/windowskernelprogrammingbook2e
Samples for the book Windows Kernel Programming, 2nd edition