ReClassNET/ReClass.NET

Heap pointer

NawafSki opened this issue · 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

You did not create a pointer but a normal instance.

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

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

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

Raw:
grafik
A pointer into memory.

Instance:
grafik
Does not what you want.

Pointer:
grafik
Does what you want.

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