Skip to content

Commit 0d900d4

Browse files
committed
.
1 parent ca97223 commit 0d900d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
namespace 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

Diff for: README.md

+1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)