We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5abe1f commit 6d2b648Copy full SHA for 6d2b648
1 file changed
README.md
@@ -7,17 +7,18 @@ This is a port of ReClass to the .NET platform with lots of additional features.
7
- Support for x86 / x64
8
- File import from ReClass 2007-2016 and ReClass QT
9
- Memory Nodes
10
+ - Arrays and Pointers to every other node types
11
- Hex 8 / 16 / 32 / 64
12
- Int 8 / 16 / 32 / 64
13
- UInt 8 / 16 / 32 / 64
14
- Bool
15
- Bits 
16
+ - Enumerations
17
- Float / Double
18
- Vector 2 / 3 / 4
19
- Matrix 3x3 / 3x4 / 4x4
- - UTF8/16/32 Text and pointer to text
- - Class Arrays and array of pointers to classes
20
- - VTable
+ - UTF8 / UTF16 / UTF32 Text and pointer to text
21
+ - Virtual Tables
22
- Function Pointer
23
- Function
24
- Automatic Node Dissection
0 commit comments