Skip to content

Commit fa0f5de

Browse files
authoredNov 24, 2016
Updated readme.
1 parent c161c84 commit fa0f5de

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# ReClass.NET-MemoryPipePlugin
2-
A ReClass.NET plugin which allows direct memory access via dll injection.
2+
A ReClass.NET plugin which allows direct memory access via dll injection.
3+
The injected dll works like a server which reads requests from a pipe. Results are transfered back to ReClass.NET through the pipe.
4+
5+
## Installation
6+
- Download from https://github.com/KN4CK3R/ReClass.NET-MemoryPipePlugin
7+
- Copy the dll files in the appropriate Plugin folder (ReClass.NET/x86/Plugins or ReClass.NET/x64/Plugins)
8+
- Start ReClass.NET and check the plugins form if the MemoryPipe plugin is listed. Open the "Native" tab and switch all available methods to the MemoryPipe plugin.
9+
- Inject the PipeServer.dll into the target.
10+
- Attach to the process via its pipe and use ReClass.NET as normal. (Note: Controlling the remote process (start, stop, pause) is not supported.)
11+
12+
![](https://abload.de/img/pipe0mj0z.jpg)

0 commit comments

Comments
 (0)
Please sign in to comment.