radare2/binr/r2agent
Matthieu Tardy 1a573e1056 Cleanup binr/*/*.c
r2agent:
- Fix the usage to match other r2 binaries.
- Remove trailing whitespace.
- Remove addressed TODO.
- Add a default case to display usage and exit if -p option was used
  without argument.
- Return 1 instead of 0 if too much arguments are provided.
- Small coding style fixes.

radiff2:
- Small coding style fixes.

rafind2:
- Add a default case to display usage and exit if an option have a missing
  argument or getopt does not recognize an option character.
- Small coding style fixes.

ragg2:
- Small coding style fixes.

rahash2:
- Remove useless optarg check.
- Missing arguments and unknown options now display usage and exit.
- Small coding style fixes.

rarun2:
- Small coding style fixes.

rasm2:
- Small coding style fixes.
- Missing arguments and unknown options now display usage and exit.

rax2:
- Small coding style fixes.

radare2:
- Missing arguments and unknown options now display usage and exit.
- Small coding style fixes.
2016-03-05 19:52:42 +01:00
..
index.h Initial import of binr/r2agent 2013-05-11 01:58:05 +02:00
Jamroot Add missing Jamroot files in binr/ 2014-01-03 01:03:39 +01:00
Makefile More emscripten/android build fixes 2013-09-07 02:20:38 +02:00
r2agent.c Cleanup binr/*/*.c 2016-03-05 19:52:42 +01:00
README.md Initial import of binr/r2agent 2013-05-11 01:58:05 +02:00

r2agent

BUGS

  • not working on windows

  • if agent crashes, children processes are still using the listen port

  • files

    • debug
    • open
    • push
    • pull
    • list
    • delete
    • chmod
  • processes

    • attach
    • kill
  • sessions

    • list
    • close