Retrohacked Posted October 12, 2022 Share Posted October 12, 2022 Added support for search hex with wildcards when ScanType is Hex For example Memory: 00 00 00 10 FF EE DD CC 00 00 00 20 Input: 00 00 00 10 ?? ?? ** ** 00 00 00 20 Hex CheckBox clicked, ?? is the same as **, blank can also be omitted Added support for search hex using decimal when ScanType is Hex For example Memory: 00 00 00 10 FF EE DD CC 00 00 00 20 Input: ? ? ? ? 255 238 221 204 * * * * Hex CheckBox unclicked, ? is the same as *, blank spaces are required Added EnableFloatingResultExact options Determines whether to make the calculation result of Floating(float, double) completely exact in query window, there can be 0.0001 difference in the old mechanism. Default enabled. View the full article Link to comment Share on other sites More sharing options...
Recommended Posts