radareorg / ideas

4 stars 1 forks source link

Handle ! and other escape chars in rarun2 for stdin/stdout/stderr #33

Open radare opened 9 years ago

radare commented 9 years ago

Also, we can also specify a rule to run a program before everything. this way we can write rarun2 script that runs a program to create an input file to be used by the stdin= rule

justarandomuser commented 9 years ago

Handling stdout as well from the same script would be useful. mkfifo could be used or we could just recommend that the binary be run under something like socat. i.e. rarun2 stdin=/tmp/afifo stdout=/tmp/afifo program=./binary

ret2libc commented 4 years ago

@trufae isn't this already implemented somewhere in rarun2?

ret2libc commented 4 years ago

This issue has been moved from radareorg/radare2 to radareorg/ideas as we are trying to clean our backlog and this issue has probably been created a long while ago. This is an effort to help contributors understand what are the actionable items they can work on, prioritize issues better and help users find active/duplicated issues more easily. If this is not an enhancement/improvement/general idea but a bug, feel free to ask for re-transfer to main repo. Thanks for your understanding and contribution with this issue.

trufae commented 4 years ago

nope it's not done