Need Help On ClassMemory

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gandalfgarfield
Posts: 29
Joined: 20 Jun 2020, 22:27

Need Help On ClassMemory

05 Sep 2020, 01:41

@RHCP SIRRRRRRRRR

Hey! i have few questions about classmemory, How do i get the text value of an address? I have a value that points on a text but all im getting are numbers.

Next, So i noticed that when i double click the tray icon it shows some line from the classmemory script. particulary these
Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed.

***************************
164: _ClassMemory.insertNullTerminator := True, _ClassMemory.readStringLastError := False, _ClassMemory.isTarget64bit := False, _ClassMemory.ptrType := "UInt", _ClassMemory.aTypeSize := { "UChar
1323: e := {1:4, 2:1}
1323: c := (A_PtrSize=8) ? "x64" : "x86"
1364: aLookUp := A_PtrSize = 8 ? { "BaseAddress": {"Offset": 0, "Type": "Int64"}, "AllocationBase": {"Offset": 8, "Type": "Int64"}, "AllocationProtect": {"Offset": 16, "Type": "UInt"},
1385: aLookUp := A_PtrSize = 8 ? { "BaseAddress": {"Offset": 0, "Type": "Int64"}, "AllocationBase": {"Offset": 8, "Type": "Int64"}, "AllocationProtect": {"Offset": 16, "Type": "UInt"},

Press [F5] to refresh.
i want those lines to be clean. I already put Listlines off on that yet it still shows.

THANKS.
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: NEED HELP ON CLASSMEMORY (RHCP!)

05 Sep 2020, 03:25

Code: Select all

f() {
    static _ := f()
    ListLines Off
}
has to be placed before any other static initializers in the autoexec section
Last edited by swagfag on 05 Sep 2020, 07:46, edited 1 time in total.
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Need Help On ClassMemory

05 Sep 2020, 03:52

@gandalfgarfield - You've created a similar thread yesterday, on the same topic: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=80656
That will be locked now.
Rgds,
BoBo
gandalfgarfield
Posts: 29
Joined: 20 Jun 2020, 22:27

Re: Need Help On ClassMemory

05 Sep 2020, 08:09

@BoBo sorry sir. I didnt know the rules. :)
gandalfgarfield
Posts: 29
Joined: 20 Jun 2020, 22:27

Re: Need Help On ClassMemory

05 Sep 2020, 08:10

@swagfag Hello sir. THANK YOU!!!!!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: dra3th, Google [Bot], Mateusz53, Rohwedder, Spawnova and 278 guests