Skip to content

Commit e6a5c29

Browse files
committed
Updated readme.
1 parent 3d5bcc5 commit e6a5c29

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ This is a port of ReClass to the .NET platform with lots of additional features.
1919
- Matrix 3x3 / 3x4 / 4x4
2020
- UTF8 / UTF16 / UTF32 Text and pointer to text
2121
- Virtual Tables
22-
- Function Pointer
2322
- Function
23+
- Function Pointer
24+
- Unions
2425
- Automatic Node Dissection
2526
- Highlight changed memory
2627
- Pointer Preview
@@ -36,7 +37,7 @@ This is a port of ReClass to the .NET platform with lots of additional features.
3637
- Class address calculator
3738
- Code Generator (C++ / C#)
3839
- Module / Section Dumper
39-
- Linux Support (tested on Ubuntu)
40+
- Linux Support (tested on Ubuntu 18.04)
4041
- Debugger with "Find out what writes/accesses this address" support
4142
- Plugin Support
4243
- Plugins can be written in different languages (example: C++, C++/CLI, C#)
@@ -46,18 +47,18 @@ This is a port of ReClass to the .NET platform with lots of additional features.
4647
- Plugins can implement custom nodes with load/save and code generation support
4748

4849
## Plugins
49-
- [Sample Plugins](https://github.com/KN4CK3R/ReClass.NET-SamplePlugin)
50-
- [Frostbite Plugin](https://github.com/KN4CK3R/ReClass.NET-FrostbitePlugin)
51-
- [MemoryPipe Plugin](https://github.com/KN4CK3R/ReClass.NET-MemoryPipePlugin)
52-
- [LoadBinary Plugin](https://github.com/KN4CK3R/ReClass.NET-LoadBinaryPlugin)
53-
- [Handle Abuser Plugin](https://github.com/KN4CK3R/ReClass.NET-HandleAbuser)
50+
- [Sample Plugins](https://github.com/ReClassNET/ReClass.NET-SamplePlugin)
51+
- [Frostbite Plugin](https://github.com/ReClassNET/ReClass.NET-FrostbitePlugin)
52+
- [MemoryPipe Plugin](https://github.com/ReClassNET/ReClass.NET-MemoryPipePlugin)
53+
- [LoadBinary Plugin](https://github.com/ReClassNET/ReClass.NET-LoadBinaryPlugin)
54+
- [Handle Abuser Plugin](https://github.com/ReClassNET/ReClass.NET-HandleAbuser)
5455
- [Unreal Plugin](https://github.com/DrP3pp3r/ReClass.NET-UnrealPlugin) (by [DrP3pp3r](https://github.com/DrP3pp3r))
5556

5657
To install a plugin just copy it in the "Plugins" folder.
57-
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.
58+
If you want to develop your own plugin just learn from the code of the [Sample Plugins](https://github.com/ReClassNET/ReClass.NET-SamplePlugin) and [Frostbite Plugin](https://github.com/ReClassNET/ReClass.NET-FrostbitePlugin) repositories. If you have developed a nice plugin, leave me a message and I will add it to the list above.
5859

5960
## Installation
60-
Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releases) and start the x86 / x64 version or let the launcher decide.
61+
Just download the [latest version](https://github.com/ReClassNET/ReClass.NET/releases) and start the x86 / x64 version or let the launcher decide.
6162

6263
## Tips
6364
- Lots of elements have a context menu. Just right-click it and see what you can do there.

0 commit comments

Comments
 (0)