Skip to content

Commit aec8f0e

Browse files
Update Readme.md
Typo Fixes #1
1 parent dcc1ef4 commit aec8f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An exploit for the Capcom driver is also included as a simple usage example.
1111
Overview
1212
========
1313

14-
The process of injecting a driver into the kernel is two fold. Firstly, the driver you wish to inject must be written into the kernel address space. Secondly the driver must be loaded into kernel in such a way that the driver's run time expectations are met, such as resolving its imports or relocating it to a suitable location in memory.
14+
The process of injecting a driver into the kernel is twofold. Firstly, the driver you wish to inject must be written into the kernel address space. Secondly the driver must be loaded into kernel in such a way that the driver's run time expectations are met, such as resolving its imports or relocating it to a suitable location in memory.
1515

1616
Assuming we have ring0 code execution and the driver we wish to inject has been written into an arbitrary location of memory kernel, Reflective Driver Injection works as follows.
1717

0 commit comments

Comments
 (0)