a1ext / labeless

Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Other
514 stars 82 forks source link

Function local vars #20

Closed trietptm closed 7 years ago

trietptm commented 8 years ago

Hi, I recently update labeless to the latest version and see that the local vars of functions are not synced from IDA to OllyDbg like the previous versions of labeless. I think it's more convenient to sync all function local vars (not only the structs only ones).

screenshot - 10_1_2016 9_48_38 am

a1ext commented 8 years ago

I did that, but got a lot of noisy comments, which were useless until you reverse all the database :)

trietptm commented 8 years ago

I think you should leave it as an option, it's one of the most useful feature of Labeless.

a1ext commented 8 years ago

Do you want all the local vars or only non-dummy named?

trietptm commented 8 years ago

I want all the local vars, it's better than the vars displayed only as numbers in OllyDbg.

pedrib commented 8 years ago

@a1ext why do you think they were useless? I agree with @trietptm, it's an awesome feature.

a1ext commented 7 years ago

resolved