radareorg/radare2-r2pipe

Modify section permissions with python

GiuseppeLaurenza opened this issue · 2 comments

Hi to all,
with some change in the radare2 behavior I can't use the "S" command to modify the section permission.
I need to make executable all the sections of a binary file in order to find all the functions, by default radare2 does not scan not executable section
Thus I want to ask how I can achieve this task in python with the r2pipe api

thats unrealted to r2pipe