Skip to content

Commit 5b52221

Browse files
committed
2 parents 098e870 + 6ffbd7d commit 5b52221

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ Supported data types:
1919

2020

2121
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.
2323
Program is targeted on PoE game. If you can't find your process in list of processes - check "Process name filter".
2424

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)
28+
2529
Future (possible) improvements:
2630
- Save/Load scan results to file
2731
- Save/Load scan setting to file

0 commit comments

Comments
 (0)