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
If I start debugging with iaito, and click on console debugger input, I can (I think/guess) only insert via keyboard. But it's bad if I want to put some "particular" data like hex data. So I would like something to put in the input of console debugger, the output of external commands like echo -e "\x4c\x40\x40\x00" and stuff like that.
The text was updated successfully, but these errors were encountered:
You can do this with a rarun2 profile. But iaito doesnt provide a way to define it from the gui. One option as a workaround can be to compile iaito as an r2 plugin and then start the session with r2 and run iaito after the process is started with the given profile
I just added support for it #192 needs testing and probably can be improved in several ways, but took me few mins to get this thing and i think it was worth for you to test and share some feedback if you can
If I start debugging with iaito, and click on console debugger input, I can (I think/guess) only insert via keyboard. But it's bad if I want to put some "particular" data like hex data. So I would like something to put in the input of console debugger, the output of external commands like
echo -e "\x4c\x40\x40\x00"
and stuff like that.The text was updated successfully, but these errors were encountered: