diff --git a/bindings/cs/README.md b/bindings/cs/README.md index 3a2cea9..aeef433 100644 --- a/bindings/cs/README.md +++ b/bindings/cs/README.md @@ -4,6 +4,7 @@ C# bindings for libhat, a high-performance game hacking library. ## Notes - Currently only includes the pattern scanning functionality of libhat (libhat_c only implements pattern scanning) - Supports Windows only, x86 and x64 +- Requires .NET 8, support for .NET Standard 2.0 will be added later - Linux support will be added in the future ## Installation @@ -46,4 +47,4 @@ nint address = result!.Address; // 48 8D 05 BE 53 23 01 lea rax, [rip+0x12353be] // nint relativeAddress = result!.Relative(3); -``` \ No newline at end of file +```