All Projects → yardenshafir → Dpcwait

yardenshafir / Dpcwait

Driver demonstrating how to register a DPC to asynchronously wait on an object

Projects that are alternatives of or similar to Dpcwait

Rxjs Spy
A debugging library for RxJS
Stars: ✭ 576 (+2033.33%)
Mutual labels:  debugging
Rizin
UNIX-like reverse engineering framework and command-line toolset.
Stars: ✭ 673 (+2392.59%)
Mutual labels:  debugging
Viztracer
VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
Stars: ✭ 874 (+3137.04%)
Mutual labels:  debugging
Python Hunter
Hunter is a flexible code tracing toolkit.
Stars: ✭ 599 (+2118.52%)
Mutual labels:  debugging
Makin
makin - reveal anti-debugging and anti-VM tricks [This project is not maintained anymore]
Stars: ✭ 645 (+2288.89%)
Mutual labels:  debugging
Open C Book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 715 (+2548.15%)
Mutual labels:  debugging
Ghostwheel
Hassle-free inline clojure.spec with semi-automatic generative testing and side effect detection
Stars: ✭ 556 (+1959.26%)
Mutual labels:  debugging
Unitydbgdraw
DbgDraw is an API that provides the ability to render various 2D and 3D shapes for visual debugging purposes.
Stars: ✭ 20 (-25.93%)
Mutual labels:  debugging
Hyperlog Android
Utility logger library for storing logs into database and push them to remote server for debugging
Stars: ✭ 647 (+2296.3%)
Mutual labels:  debugging
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+2662.96%)
Mutual labels:  debugging
Tensorflow Talk Debugging
💬 Slides and supplementary codes for my talk 'Debugging Tips on TensorFlow' (2016)
Stars: ✭ 625 (+2214.81%)
Mutual labels:  debugging
Httplog
Log outgoing HTTP requests in ruby
Stars: ✭ 633 (+2244.44%)
Mutual labels:  debugging
Action Tmate
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Stars: ✭ 713 (+2540.74%)
Mutual labels:  debugging
Toolargetool
A tool to help you debug TransactionTooLargeExceptions on Android 7
Stars: ✭ 577 (+2037.04%)
Mutual labels:  debugging
Eylogviewer
A simple viewer to see your app's logs on your iDevice in realtime.
Stars: ✭ 16 (-40.74%)
Mutual labels:  debugging
Dbgshell
A PowerShell front-end for the Windows debugger engine.
Stars: ✭ 566 (+1996.3%)
Mutual labels:  debugging
Node In Debugging
《Node.js 调试指南》
Stars: ✭ 6,139 (+22637.04%)
Mutual labels:  debugging
Epsagon Go
Automated tracing library for Go 1.x ⚡️
Stars: ✭ 24 (-11.11%)
Mutual labels:  debugging
Pegviz
PEG trace visualizer
Stars: ✭ 18 (-33.33%)
Mutual labels:  debugging
Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+2592.59%)
Mutual labels:  debugging

DpcWait

This repository contains a driver using the new kernel-mode asynchronous wait capability available in 21H1 to wait on cmd.exe process and execute a DPC when it is signaled. It also contains the implementation of a few kernel functions supporting this capability

Writeup

https://windows-internals.com/dpws-are-the-new-dpcs-deferred-procedure-waits-in-windows-10-21h1/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].