You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can pass arguments to the r2 process you spawn by using the 2rd argument of the open() call in the python API. also you can do the same by opening "--" file which means no-file, and then running thos ecommands and o to open the file.
btw, see pydoc r2pipe, but the 2nd arg is an array of arguments passed to the r2 process.
but that wont work if you use the native r2pipe api or http api
Hi,
I'm using r2pipe to try to map a "virtual" file at certain address. The command line that i am using is:
That command give me this memory map:
When I use the original file dumped I use this command line lo launch r2:
And I get this is the memory map:
Is posible to do this with r2pipe?
The text was updated successfully, but these errors were encountered: