bun-memory 1.1.33 → 1.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,6 +52,7 @@ cs2.close();
|
|
|
52
52
|
## API Highlights
|
|
53
53
|
|
|
54
54
|
- `follow(address, offsets)` — Follow a pointer chain
|
|
55
|
+
- `pattern(needle, address, length)` — Find a byte pattern in memory (supports wildcards)
|
|
55
56
|
- `read(address, scratch)` — Read memory into a scratch (no allocations)
|
|
56
57
|
- `write(address, scratch)` — Write a scratch to memory
|
|
57
58
|
- Module map: `memory.modules['client.dll']`
|