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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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']`
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "url": "git://github.com/obscuritysrl/bun-memory.git"
23
23
  },
24
24
  "type": "module",
25
- "version": "1.1.33",
25
+ "version": "1.1.34",
26
26
  "main": "./index.ts",
27
27
  "keywords": [
28
28
  "bun",