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 unlink的效果解释错误 #240

Open
ChristopherKai opened this issue Oct 30, 2019 · 0 comments
Open

heap unlink的效果解释错误 #240

ChristopherKai opened this issue Oct 30, 2019 · 0 comments

Comments

@ChristopherKai
Copy link

使得已指向 UAF chunk 的指针 ptr 变为 ptr - 0x18

应改为

使得已指向 UAF chunk 的指针 ptr 变为 &ptr - 0x18

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

1 participant