Skip to content

Commit ca97223

Browse files
committed
Updated readme.
1 parent 7af08c6 commit ca97223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ This is a port of ReClass to the .NET platform with additional features.
1919
- Class Arrays and array of pointers to classes
2020
- VTable
2121
- Function Pointer
22+
- Function
2223
- Automatic Node Dissection
2324
- Highlight changed memory
25+
- Pointer Preview
2426
- Copy / Paste Support across ReClass.NET instances
2527
- Display types from Debug Symbols (*.pdb)
2628
- Display Runtime Type Informations (RTTI)
@@ -30,6 +32,7 @@ This is a port of ReClass to the .NET platform with additional features.
3032
- Class address calculator
3133
- Code Generator (C++ / C#)
3234
- Module / Section Dumper
35+
- Linux Support (tested on Ubuntu)
3336
- Plugin Support
3437
- Plugins can be written in different languages (example: C++, C++/CLI, C#)
3538
- Plugins can provide custom methods to access an other process (example: use a driver)
@@ -41,6 +44,7 @@ This is a port of ReClass to the .NET platform with additional features.
4144
- [Sample Plugins](https://github.com/KN4CK3R/ReClass.NET-SamplePlugin)
4245
- [Frostbite Plugin](https://github.com/KN4CK3R/ReClass.NET-FrostbitePlugin)
4346
- [MemoryPipe Plugin](https://github.com/KN4CK3R/ReClass.NET-MemoryPipePlugin)
47+
- [LoadBinary Plugin](https://github.com/KN4CK3R/ReClass.NET-LoadBinaryPlugin)
4448

4549
To install a plugin just copy it in the "Plugins" folder.
4650
If you want to develop your own plugin just learn from the code of the [Sample Plugins](https://github.com/KN4CK3R/ReClass.NET-SamplePlugin) and [Frostbite Plugin](https://github.com/KN4CK3R/ReClass.NET-FrostbitePlugin) repositories. If you have developed a nice plugin, leave me a message and I will add it to the list above.
@@ -75,6 +79,9 @@ Process Selection
7579
Memory Viewer
7680
![](https://abload.de/img/memoryviewerb4y1s.jpg)
7781

82+
Pointer Preview
83+
![](http://abload.de/img/memorypreview2gsfp.jpg)
84+
7885
Code Generator
7986
![](https://abload.de/img/codegeneratorqdat2.jpg)
8087
![](https://abload.de/img/codegenerator24qzce.jpg)

0 commit comments

Comments
 (0)