Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert input data in debugger console, putting data from outside tools like "echo" or "python print" #191

Open
All3xJ opened this issue Oct 5, 2024 · 2 comments

Comments

@All3xJ
Copy link

All3xJ commented Oct 5, 2024

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.

@trufae
Copy link
Collaborator

trufae commented Oct 5, 2024

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

@trufae
Copy link
Collaborator

trufae commented Oct 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants