Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase authored Oct 5, 2024
1 parent c1ac193 commit 862a006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/cs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -46,4 +47,4 @@ nint address = result!.Address;
// 48 8D 05 BE 53 23 01 lea rax, [rip+0x12353be]
//
nint relativeAddress = result!.Relative(3);
```
```

0 comments on commit 862a006

Please sign in to comment.