radareorg / radeco

radare2-based decompiler and symbol executor
371 stars 52 forks source link

Api and command to change the function name, arguments and variables names and types #183

Open XVilka opened 6 years ago

XVilka commented 6 years ago

When you have the C output, there should be function which changes:

Related to https://github.com/radare/radare2/issues/10102

Related to https://github.com/radareorg/cutter/issues/400

Mm7 commented 5 years ago

Hi, currently the output of the decompile command is read-only on radeco. Do you want these actions to be implemented as commands in radeco?

XVilka commented 5 years ago

Exactly