Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heap pointer #266

Open
NawafSki opened this issue Sep 18, 2023 · 6 comments
Open

Heap pointer #266

NawafSki opened this issue Sep 18, 2023 · 6 comments

Comments

@NawafSki
Copy link

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

@KN4CK3R
Copy link
Member

KN4CK3R commented Sep 18, 2023

You did not create a pointer but a normal instance.

@NawafSki
Copy link
Author

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

@KN4CK3R
Copy link
Member

KN4CK3R commented Sep 19, 2023

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

@NawafSki
Copy link
Author

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

@KN4CK3R
Copy link
Member

KN4CK3R commented Sep 19, 2023

Raw:
grafik
A pointer into memory.

Instance:
grafik
Does not what you want.

Pointer:
grafik
Does what you want.

@NawafSki
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants