From e8c617893a6ff7ad96a1f83d9f0ee028a37dadf5 Mon Sep 17 00:00:00 2001 From: Dark Byte Date: Tue, 27 Jul 2021 21:30:49 +0200 Subject: [PATCH] fix groupscan pointer value scan with a value --- Cheat Engine/groupscancommandparser.pas | 2 ++ Cheat Engine/release/readme.txt | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Cheat Engine/groupscancommandparser.pas b/Cheat Engine/groupscancommandparser.pas index 782414d8..f2e23298 100755 --- a/Cheat Engine/groupscancommandparser.pas +++ b/Cheat Engine/groupscancommandparser.pas @@ -263,6 +263,8 @@ begin elements[j].vartype:=vtQword else elements[j].vartype:=vtDword; + + elements[j].valueint:=StrToQWordEx(value); end; end; diff --git a/Cheat Engine/release/readme.txt b/Cheat Engine/release/readme.txt index a8540b32..9d288858 100755 --- a/Cheat Engine/release/readme.txt +++ b/Cheat Engine/release/readme.txt @@ -1,11 +1,11 @@ Additions and changes: Added dark mode support (restart CE when you channge the setting) - All saved results are now shows in the foundlist (can be turned off) + All saved results are now shown in the foundlist (can be turned off) Groupscan now supports pointer wildcards. (only valid if the field is a proper pointer) Hotkeys can be repeated by releasing the key and repressing if the repeat timer hasn't finished yet - structure dissect add to addresslist uses the addressstring instead of number, so symbols will be preserved - structure dissect now has a option to save the previous state of a column and show changes easier - middle-mouse clicking now copies the value of a structure element to your clipboard + Structure dissect add to addresslist uses the addressstring instead of number, so symbols will be preserved + Structure dissect now has a option to save the previous state of a column and show changes easier + Middle-mouse clicking now copies the value of a structure element to your clipboard Added {$LUACODE} blocks for inline Lua coding Added a c-compiler to CE Added {$C} blocks to the auto assembler. all {$C} blocks get combined into one script before execution @@ -43,7 +43,9 @@ Fixes: fixed DBVM find what access/writes sometimes skipping entries on AMD fixed undo not working on memory records when using the single line editor fixed hide children group option when loading a table - fixed some font issues in break and trace + fixed some font issues in the break and trace window + fixed pasting the other types in hexadecimal view + fixed the symbolloader fully crashing on unknown pdb symboldata lua: changes: