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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,13 @@ Supported data types:
19
19
20
20
21
21
All settings have a description tooltip, so there is not sence to document all them here.
22
-
Using [Virtual Method Table](https://en.wikipedia.org/wiki/Virtual_method_table) search type is much more faster but causing problems with searching string data types.
22
+
Using [Virtual Method Table](https://en.wikipedia.org/wiki/Virtual_method_table) search type is much more faster but can miss a lot of pointers.
23
23
Program is targeted on PoE game. If you can't find your process in list of processes - check "Process name filter".
24
24
25
+
Known bugs/problems:
26
+
- Pointer compare ranges is hardcoded (the way to define is pointer or not). I'll make option for editing them, or there should be better way (researching).
27
+
- Restarting application between scan and filter items will cause error/crash of application (will be fixed soon)
0 commit comments