Heap pointer
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
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:
A pointer into memory.
Instance:
Does not what you want.
Pointer:
Does what you want.
this is what i get if i make it a pointer it doesnt show up the bytes inside the pointers