Rarun2

    1. program=/bin/ls
    2. arg1=/bin
    3. # arg2=hello
    4. # arg3="hello\nworld"
    5. # arg4=:048490184058104849
    6. # arg5=:!ragg2 -p n50 -d 10:0x8048123
    7. # arg6=@arg.txt
    8. # arg7=@300@ABCD # 300 chars filled with ABCD pattern
    9. # system=r2 -
    10. setenv=FOO=BAR
    11. # unsetenv=FOO
    12. # clearenv=true
    13. # envfile=environ.txt
    14. # timeoutsig=SIGTERM # or 15
    15. # connect=localhost:8080
    16. # listen=8080
    17. # pty=false
    18. # fork=true
    19. # bits=32
    20. # pid=0
    21. # pidfile=/tmp/foo.pid
    22. # #sleep=0
    23. # #maxfd=0
    24. # #execve=false
    25. # #maxstack=0
    26. # #core=false
    27. # #stderr=foo.txt
    28. # stdout=foo.txt
    29. # stdin=input.txt # or !program to redirect input from another program
    30. # input=input.txt
    31. # chdir=/
    32. # chroot=/mnt/chroot
    33. # libpath=$PWD:/tmp/lib
    34. # r2preload=yes
    35. # preload=/lib/libfoo.so
    36. # setuid=2000
    37. # seteuid=2000
    38. # setgid=2001
    39. # setegid=2001