radareorg / ideas

4 stars 1 forks source link

functionality from exploitable GDB plugin #12

Open peterclemenko opened 9 years ago

peterclemenko commented 9 years ago

Adding a command to determine if a bug is exploitable would be really cool. This functionality is implemented as MIT license in a GDB plugin which is linked below. https://github.com/jfoote/exploitable

crowell commented 9 years ago

r2 can't currently use core files. isn't working with cores a big part of this plugin?

see radareorg/radare2#152

radare commented 9 years ago

Nope. Core files should be handled directly by r2, not by an external plugin or so.

On 23 Nov 2014, at 06:40, Jeffrey Crowell notifications@github.com wrote:

r2 can't currently use core files. isn't working with cores a big part of this plugin?

see radareorg/radare2#152

— Reply to this email directly or view it on GitHub.

crowell commented 9 years ago

@radare no, what I'm saying is, isn't this type of functionality best done once r2 can handle core files? but looking back at the original project, it seems like it doesn't work as well with cores as it does with a "live" crash.

XVilka commented 4 years ago

By the way, now radare2 can handle core files. Please make a list of what is missing in radare2 still from this plugin.

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.