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

Support NOT disabling the ASLR from the debugger #581

Open
xusheng6 opened this issue Jun 19, 2024 · 0 comments
Open

Support NOT disabling the ASLR from the debugger #581

xusheng6 opened this issue Jun 19, 2024 · 0 comments

Comments

@xusheng6
Copy link
Member

Right now, LLDB by default turns off ASLR, which could be an unwanted behavior in certain cases. We can have it turned off by adding " --disable-aslr false" to the launch command . On the other hand, it would not be easy to turn off ASLR in DbgEng (x64dbg does it, but I do not know exactly how; also I am not sure if the technique it uses can be used in DbgEng as well). So chances are that I will have to make this only available for LLDB adapter and not for the DbgEng, at least initailly.

Similar to #563 , but for that one, it is easy to do in DbgEng, but not obvious for LLDB

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