Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R committed Feb 28, 2017
1 parent ca97223 commit 0d900d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Constants.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace ReClassNET
{
class Constants
internal class Constants
{
public const string ApplicationName = "ReClass.NET";

public const string ApplicationVersion = "1.0.1";
public const string ApplicationVersion = "1.1";

public const string Author = "KN4CK3R";

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This is a port of ReClass to the .NET platform with additional features.
- Code Generator (C++ / C#)
- Module / Section Dumper
- Linux Support (tested on Ubuntu)
- Debugger with "Find out what writes/accesses this address" support
- Plugin Support
- Plugins can be written in different languages (example: C++, C++/CLI, C#)
- Plugins can provide custom methods to access an other process (example: use a driver)
Expand Down

0 comments on commit 0d900d4

Please sign in to comment.