From 697d97fafeca8ad47bed81464ee9d97624da5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Tue, 3 Jan 2023 14:58:53 +0000 Subject: [PATCH] Adapt dict entries of interest for new samples Adapt to new samples including the new 'Photon UI' mode in the game client. --- implement/read-memory-64-bit/Program.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/implement/read-memory-64-bit/Program.cs b/implement/read-memory-64-bit/Program.cs index e1742c6..fb53357 100644 --- a/implement/read-memory-64-bit/Program.cs +++ b/implement/read-memory-64-bit/Program.cs @@ -696,7 +696,10 @@ struct PyDictEntry "_sr", // Found in "_sr" Bunch - "htmlstr" + "htmlstr", + + // 2023-01-03 Sample with PhotonUI: process-sample-ebdfff96e7.zip + "_texturePath", "_opacity", "_bgColor", "isExpanded" ); struct LocalMemoryReadingTools