681 Commits

Author SHA1 Message Date
pancake
8f2d4095d9
Fix radareorg/radare2-pm#164 - Verboser database/package upgrade r2pm -U / r2pm -UU ##tools 2024-08-29 19:30:25 +02:00
pancake
931ac48e52 Remove r2pm -HH, use r2pm -H (without argument), same as r2 and in sync with doc ##tools 2024-08-26 21:26:19 +02:00
pancake
3b3d36f789 Fix few memleaks introduced recently in r2pm 2024-08-19 11:32:07 +02:00
Sylvain Pelissier
1bd04b57c3
Honor user env variables ##r2pm 2024-08-19 08:33:23 +02:00
pancake
6057b59693 Fix 'r2pm -r false' because exit(system("false")) is a lie ##shell 2024-08-06 18:16:52 +02:00
satk0
060d976412
Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
pancake
361b8b0c15
!! for session history, !. for history save ##shell 2024-08-05 13:06:19 +02:00
satk0
ebd8bf9042
Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
satk0
aac8f3306b
Deprecate r_str_new and R_STR_DUP ##refactor 2024-08-04 12:21:44 +02:00
pancake
d20d677037 Fix null deref in r2 -d l ##crash 2024-07-16 20:25:41 +02:00
pancake
b8198f18e9 Avoid ' in help message glitching book's md 2024-07-11 18:09:42 +02:00
pancake
1b59e3990e Add R2_PAPI_SCRIPT env var for custom r2papi testing ##lang 2024-07-01 01:13:19 +02:00
pancake
bbd4ad0dd2 Fix huge allocation when casting int to ut64 ##crash 2024-06-30 18:48:59 +02:00
pancake
13ea460b3e Do not check for updates when r2pm -r, -h and -H ##r2pm 2024-06-28 12:44:34 +02:00
pancake
be299a68f7 Fix RABIN2_SWIFTLIB and add tests from r2 and rabin2 ##bin 2024-06-20 21:45:51 +02:00
pancake
8c9bb5ba8a Check and early fail if symbol existance in radiff2-g ##diff 2024-06-20 11:16:59 +02:00
pancake
6ad44b9c74
Support resizing the BSS section with rabin2 -O ##bin 2024-06-05 22:07:11 +02:00
pancake
4e9f02a833
Honor <PC> kernel crash hints in hexpairs for rasm2 -D ##disasm 2024-05-31 03:06:40 +02:00
pancake
70c06462a1 Fix arch selection when loading no files -- with r2 -a -- ##tools 2024-05-27 20:21:55 +02:00
pancake
32eac43445 radiff2 -A = aa instead of aaa ##tools 2024-05-23 21:30:45 +02:00
pancake
1e0a8853ed Add rax2 -q to be quiet when printing hexdumps ##tools 2024-05-21 21:49:36 +02:00
pancake
c27d6e231a Honor R_SYS_DIRSEP in r2pm env var settings for Windows ##r2pm 2024-05-13 11:55:39 +02:00
astralia
0364181115 Rename rax2 -L to rax2 -X ##tools 2024-05-11 08:12:19 +02:00
astralia
0b9dd086e9 Rename rax2 -I to rax2 -i ##tools 2024-05-11 08:12:19 +02:00
astralia
a4f81bb87c Rename rax2 -B to rax2 -z ##tools 2024-05-11 08:12:19 +02:00
astralia
59c344f1eb Rename rax2 -l to rax2 -Z ##tools 2024-05-11 08:12:19 +02:00
astralia
49875507f0 Rename rax2 -X to rax2 -H ##tools 2024-05-11 08:12:19 +02:00
astralia
c87786c67e Rename rax2 -i to rax2 -C ##tools 2024-05-11 08:12:19 +02:00
pancake
7fe0fddafe Missing BINDIR definition in meson.build 2024-05-09 21:22:48 +02:00
astralia
edf215e786 Rename rax2 =<base> to -b <base> ##tools 2024-05-09 16:59:44 +02:00
astralia
7b66e774bf Rename rax2 -b to rax2 -l ##tools 2024-05-09 16:59:44 +02:00
pancake
9fc4f38d82 Remove the RCconfig(arch.arch) option ##core 2024-05-08 16:00:27 +02:00
pancake
993b9894f9 Fix ragg2 -d and -D on big endian host 2024-04-26 17:25:12 +02:00
pancake
ddb9d34c02
Fix macho strip checks and add more tests ##bin 2024-04-25 18:35:38 +02:00
pancake
606699c55e
Implement 'z[j*] <addr>' to show only 1 zignature ##zignatures 2024-04-17 19:25:19 +02:00
pancake
5db80fa6dd
Fix a couple of unit bugs and use uppercased macros (1/2)
* Fix buffer overflow
* Unaligned access in bscanf
* Fix null deref
* Fix build
2024-04-17 16:11:36 +02:00
astralia
76b060474c
Replace RaxActions enum with a struct ##refactor 2024-04-11 10:50:41 +02:00
pancake
c6d3a0cd42 Fix #22818 - Add more mimetypes and avoid (null) from the webserver ##webui 2024-04-10 18:06:09 +02:00
pancake
f72b37c200 Fix for the infinite loop on windows RCore.fileOpen ##crash 2024-04-02 19:24:02 +02:00
pancake
354b17c87b Fix crash in r2pm spotted on Termux 2024-04-01 16:22:51 +02:00
pancake
5d75cd2aaa Fix all memleaks spotted by valgrind --leak-check=full in r2pm 2024-04-01 16:22:51 +02:00
pancake
38ac36e5d6 Fix r2pm on some windows (packages contain \r\n instead of \n ##r2pm
* Caused the 'cannot find meson"' bug in r2pm -ci r2dec
2024-03-31 10:17:45 +02:00
Vasilyy
cbcbd5f020
Fix #22698 - Implement rax2 -j flag for json output ##tools 2024-03-25 17:26:19 +01:00
pancake
757cbcef2f
Few more cleanups for rahash2 and add the strhash crypto plugin 2024-03-21 11:16:16 +01:00
astralia
9127a15bec Rename rax2 -l to rax2 -n ##tools 2024-03-20 20:48:56 +01:00
astralia
0b4e450875 Rename rax2 -n/-N to rax2 -x/-c ##tools 2024-03-20 20:48:56 +01:00
astralia
961fe2c90c Rename rax2 -x to rax2 -X ##tools 2024-03-20 20:48:56 +01:00
astralia
6c97a92e1d Update rax2 manpage and fix help ##doc 2024-03-19 14:27:31 +01:00
pancake
12aa6e3845 Add rasign2 -i to run a script before generating signatures ##zignatures 2024-03-17 19:47:26 +01:00
pancake
566003bebf Honor rafind2 -jv, add -B for bigendian and update manpage 2024-03-16 11:43:07 +01:00