File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11namespace ReClassNET
22{
3- class Constants
3+ internal class Constants
44 {
55 public const string ApplicationName = "ReClass.NET" ;
66
7- public const string ApplicationVersion = "1.0. 1" ;
7+ public const string ApplicationVersion = "1.1" ;
88
99 public const string Author = "KN4CK3R" ;
1010
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.
3333- Code Generator (C++ / C#)
3434- Module / Section Dumper
3535- Linux Support (tested on Ubuntu)
36+ - Debugger with "Find out what writes/accesses this address" support
3637- Plugin Support
3738 - Plugins can be written in different languages (example: C++, C++/CLI, C#)
3839 - 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