Skip to content

Commit 12b6476

Browse files
committed
Updated readme.
1 parent d0e03b0 commit 12b6476

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ReClass.NET
2-
This is a port of ReClass to the .NET platform with additional features.
2+
This is a port of ReClass to the .NET platform with lots of additional features.
33

44
![](https://abload.de/img/main4hsbj.jpg)
55

@@ -30,6 +30,7 @@ This is a port of ReClass to the .NET platform with additional features.
3030
- Process Selection Dialog with filtering
3131
- Memory Viewer
3232
- Memory Scanner
33+
- Import files from Cheat Engine and CrySearch
3334
- Scan for values correlated to your input
3435
- Class address calculator
3536
- Code Generator (C++ / C#)
@@ -49,12 +50,13 @@ This is a port of ReClass to the .NET platform with additional features.
4950
- [MemoryPipe Plugin](https://github.com/KN4CK3R/ReClass.NET-MemoryPipePlugin)
5051
- [LoadBinary Plugin](https://github.com/KN4CK3R/ReClass.NET-LoadBinaryPlugin)
5152
- [Handle Abuser Plugin](https://github.com/KN4CK3R/ReClass.NET-HandleAbuser)
53+
- [Unreal Plugin](https://github.com/DrP3pp3r/ReClass.NET-UnrealPlugin) (by [DrP3pp3r](https://github.com/DrP3pp3r))
5254

5355
To install a plugin just copy it in the "Plugins" folder.
5456
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.
5557

5658
## Installation
57-
Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releases) and start the x86 / x64 version.
59+
Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releases) and start the x86 / x64 version or let the launcher decide.
5860

5961
## Tips
6062
- Lots of elements have a context menu. Just right-click it and see what you can do there.
@@ -69,7 +71,7 @@ Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releas
6971
Valid operations are read ([..]), add (+), sub (-), mul (*) and div (/). Please note that all operations are integer calculations.
7072

7173
## Compiling
72-
If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file.
74+
If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file with Visual Studio 2017.
7375
Compile the project and copy the dependencies to the output folder.
7476

7577
## Videos
@@ -113,3 +115,4 @@ Settings
113115
- [ReUnioN](https://github.com/ReUnioN)
114116
- leveln
115117
- [buddyfavors](https://github.com/buddyfavors)
118+
- [DrP3pp3r](https://github.com/DrP3pp3r)

ReClass.NET.sln

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2002
4+
VisualStudioVersion = 15.0.26730.10
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET", "ReClass.NET\ReClass.NET.csproj", "{BFB8917D-E9B4-463F-A6E8-612C35728C78}"
77
ProjectSection(ProjectDependencies) = postProject
@@ -15,6 +15,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NativeCore.Unix", "NativeCo
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET_Launcher", "ReClass.NET_Launcher\ReClass.NET_Launcher.csproj", "{16591D29-2370-428A-BA11-87E38D0F3551}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19CF2B0F-2722-4108-8308-B628D91F7A1E}"
19+
ProjectSection(SolutionItems) = preProject
20+
README.md = README.md
21+
EndProjectSection
22+
EndProject
1823
Global
1924
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2025
Debug|Any CPU = Debug|Any CPU

ReClass.NET/ReClass.NET.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@
538538
<None Include="App.config" />
539539
</ItemGroup>
540540
<ItemGroup>
541-
<None Include="..\README.md" />
542541
<None Include="Resources\Images\B16x16_Button_Add_Bytes_4.png" />
543542
</ItemGroup>
544543
<ItemGroup>

0 commit comments

Comments
 (0)