More details about target

This commit is contained in:
kbe
2026-07-21 20:02:14 +02:00
parent 3649feae1f
commit ea6e024f32
+3 -2
View File
@@ -9,7 +9,8 @@ Write short sentences. Use the active voice. Give one instruction in each senten
WhiteMagic is a .NET 8 library for Windows.
The library reads and writes the memory of another process.
The library also injects code, hooks functions, and calls remote functions.
The target process is a game client (WoW 3.3.5a).
The target process is a game client or any modern game.
The target CPU architecture is x84 or x64.
## 2. Repository layout
@@ -90,7 +91,7 @@ Obey these rules:
## 9. Scope limits
- Do not add WoW offsets to the library. The consumer holds the offsets.
- Do not add game offsets to the library. The consumer holds the offsets.
- Do not add bot logic to the library.
- Do not add anti-cheat evasion.
- Add the optional Iced backend only behind the `IAssembler` seam. Keep the default backend free of a third-party dependency.