ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

Heap pointer

Open NawafSki opened this issue 2 years ago • 6 comments

Hello i dont know why whenever i create a pointer class to a heap for example it doesnt point to to when loading it with bites shown in the pictures Screenshot_9 Screenshot_10

NawafSki avatar Sep 18 '23 19:09 NawafSki

You did not create a pointer but a normal instance.

KN4CK3R avatar Sep 18 '23 20:09 KN4CK3R

What i did is pointer then class instance that how i get the values of the pointer but its not working properly maybe im doing it wrong

NawafSki avatar Sep 19 '23 15:09 NawafSki

Your screenshot shows that you inserted a class instance. You need to choose Pointer and then set the containing class.

KN4CK3R avatar Sep 19 '23 16:09 KN4CK3R

how is that ? cause i saw someone mentioning a pointer shouldnt be void and has to be in a class instance

NawafSki avatar Sep 19 '23 16:09 NawafSki

Raw: grafik A pointer into memory.

Instance: grafik Does not what you want.

Pointer: grafik Does what you want.

KN4CK3R avatar Sep 19 '23 16:09 KN4CK3R

Screenshot_15 this is what i get if i make it a pointer it doesnt show up the bytes inside the pointers

NawafSki avatar Sep 23 '23 22:09 NawafSki