-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(MemoryReader): Update assembly version numbers
chore(MemoryReaderArray): Add new MemoryReaderArray class refactor(RunTimeTypeInformation): Optimize RTTI retrieval logic style(Processory.csproj, AssemblyInfo.cs): Update project and assembly version strings chore(docs/tips.md): Create tips documentation
- Loading branch information
Showing
6 changed files
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
using System; | ||
|
||
namespace Processory.Internal { | ||
// public partial class MemoryReader { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Tips | ||
|
||
``` | ||
MemoryReader: This class will handle basic memory reading operations. | ||
MemoryReaderArray: This class will handle reading arrays from memory. | ||
MemoryReaderString: This class will handle reading strings from memory. | ||
MemoryReaderPointer: This class will handle reading pointers from memory. | ||
MemoryReaderHelper: This class will contain helper methods used by other classes. | ||
``` |