radareorg / ideas

4 stars 1 forks source link

Autosearch strings in autoanalysis and mark them as data #96

Open XVilka opened 8 years ago

XVilka commented 8 years ago

In various sections (.data, .rodate, etc) And for all 'aa*' commands

radare commented 8 years ago

e anal.strings=true

only with aae .. for now

On 24 Apr 2016, at 11:55, Anton Kochkov notifications@github.com wrote:

If they are also in .rodata

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/radare/radare2/issues/4694

radare commented 8 years ago

we should fix the support for in-data disasm, that ret2libc was suposed to work on. otherwise it will be a mess to handle this because we will get bugs all the time from people complaining about this stuff

On 24 Apr 2016, at 12:14, pancake pancake@nopcode.org wrote:

e anal.strings=true

only with aae .. for now

On 24 Apr 2016, at 11:55, Anton Kochkov <notifications@github.com mailto:notifications@github.com> wrote:

If they are also in .rodata

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/radare/radare2/issues/4694

XVilka commented 8 years ago

Also, do not try to disasm strings: r2string

ret2libc commented 8 years ago

Before fixing in-data disasm we need to have a clear and working API to handle metadata, with some API to search all the metadata that are defined at a given address (also metadata that do not exactly start there..)

XVilka commented 6 years ago

@ret2libc since you are back, do you want to continue here? ;)

Maijin commented 6 years ago

May want to continue based on @lowlyw work

ret2libc commented 6 years ago

@XVilka could you elaborate on what this issue is supposed to track? I don't think I remember the details of this task

Maijin commented 6 years ago

@ret2libc https://github.com/radare/radare2/pull/9150

XVilka commented 6 years ago

@sivaramaaa related to char * autodetection and types propagation.

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.