radareorg / ideas

4 stars 1 forks source link

Support `disable aslr` command in GDB protocol #86

Open radare opened 8 years ago

radare commented 8 years ago
>>> $QSetDisableASLR:1#ce
<<< $OK#00
jduck commented 8 years ago

This could also be a nice feature to have with the native debugger too. I see "personality" is used by libr/socket/run.c but does not appear to be used when launching a binary under the native debugger (in IO).

radare commented 8 years ago

rarun2 aslr=no is already done. this works fine with r2, the problem is when talking to a gdbserver

On 15 Jun 2016, at 22:54, Joshua J. Drake notifications@github.com wrote:

This could also be a nice feature to have with the native debugger too. I see "personality" is used by libr/socket/run.c but does not appear to be used when launching a binary under the native debugger (in IO).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/radare/radare2/issues/4348#issuecomment-226316824, or mute the thread https://github.com/notifications/unsubscribe/AA3-lnPUos_VonPqCYTgrmmFjqiV7Og9ks5qMGZwgaJpZM4H0WwO.

ret2libc commented 4 years ago

This issue has been moved from radareorg/radare2 to radareorg/ideas as we are trying to clean our backlog and this issue has probably been created a long while ago. This is an effort to help contributors understand what are the actionable items they can work on, prioritize issues better and help users find active/duplicated issues more easily. If this is not an enhancement/improvement/general idea but a bug, feel free to ask for re-transfer to main repo. Thanks for your understanding and contribution with this issue.