You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/services/PatternScanner.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,9 @@ Registers a new pointer to be scanned later. If a pointer with the same name alr
20
20
**Parameters:**
21
21
-`name` string -- Unique name for the pointer
22
22
-`pattern` string -- AOB pattern string to scan for (IDA-style)
23
-
-`func` fun(ptr: pointer): T -- Resolver called with the found pointer. If you don't need to run anything, simply provide a function that returns its own parameter (ptr). You can either write one or pass `DummyFunc`.
23
+
-`func` fun(ptr: pointer)-- Resolver called with the found pointer.
24
24
25
25
26
-
**Returns:**
27
-
-`T` -- The result of the resolved pointer
28
26
29
27
### `Get`
30
28
@@ -46,7 +44,7 @@ Should be called on script init.
46
44
47
45
Retries failed pointer scans (if any) asynchronously in a fiber.
48
46
49
-
Manuallmy called.
47
+
Manually called.
50
48
51
49
52
50
### `IsDone`
@@ -63,3 +61,8 @@ Returns whether a pattern scan is in-progress.
0 commit comments