Commit Graph

13 Commits

Author SHA1 Message Date
pancake
a6bbd2d15c Handle -jv and make that logic generic across all tools ##shell 2024-03-16 03:03:48 +01:00
pancake
f5c444ba67
Initial import of the sysgdb:// plugin ##io
* handle -d sysgdb://, support pwndbg and wip lldb
2023-10-04 10:30:00 +02:00
pancake
5b0b9d09a9 Implement R2_ARGS as it was done for rabin2 and rarun2
* TODO: Unify all this logic into a single function
2023-08-18 14:14:36 +02:00
pancake
b8e6b52aac Also replace __UNIX__ with R2__UNIX__ 2022-12-10 20:32:10 +01:00
pancake
8580ed5c65
rarun2 supports multiple preload directives ##tools
* Boolify RRun.start() and RRun.config_env()
2022-09-14 18:42:43 +02:00
pancake
7ad8353838 Use R_LOG in libr.main and fix RLogLevelMatch ##tools 2022-08-19 15:31:46 +02:00
pancake
d6cd7e74ba Improve pid directive in rarun2, better info reporting ##tools 2022-08-02 03:15:24 +02:00
pancake
b545c72017
Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
pancake
160fc95e66
Use (void) instead of () in function signatures (#17026) ##refactoring
* Use (void) instead of () in function signatures
* Add test to avoid further contributions to commit the same mistake
2020-06-14 16:08:32 +02:00
radare
5e4cdaaa04
Always use r_getopt, do not depend on libc (not just on windows) ##core (#16325) 2020-03-27 17:06:40 +01:00
dok
34e4bd7291 Use sigaction instead of signal ##core 2019-11-06 12:41:36 +01:00
pancake
4473f40533 Add version information to libr_main 2019-04-08 16:31:21 +02:00
radare
82416b0212
Create libr_main and make all binaries use it ##core
* Cleanup the use of getopt with our wrapper
2019-03-08 14:22:59 +01:00