File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
namespace ReClassNET
2
2
{
3
- class Constants
3
+ internal class Constants
4
4
{
5
5
public const string ApplicationName = "ReClass.NET" ;
6
6
7
- public const string ApplicationVersion = "1.0. 1" ;
7
+ public const string ApplicationVersion = "1.1" ;
8
8
9
9
public const string Author = "KN4CK3R" ;
10
10
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This is a port of ReClass to the .NET platform with additional features.
33
33
- Code Generator (C++ / C#)
34
34
- Module / Section Dumper
35
35
- Linux Support (tested on Ubuntu)
36
+ - Debugger with "Find out what writes/accesses this address" support
36
37
- Plugin Support
37
38
- Plugins can be written in different languages (example: C++, C++/CLI, C#)
38
39
- Plugins can provide custom methods to access an other process (example: use a driver)
You can’t perform that action at this time.
0 commit comments