28448 Commits

Author SHA1 Message Date
Richard Patel
b7a3300596 Merge asm.alpha into anal.alpha ##refactor 2022-06-26 20:06:51 +02:00
Baldanos
76637a657c Add ESIL support for ROR ARM instruction 2022-06-26 17:43:29 +02:00
pancake
2bca764ad3 Cleanup stuff
* Use more R_TH_LOCAL
* Use more const char * const
* Add archinfo for cr16
* Use more R_LOG
* Remove dup code in RCons.pixel
2022-06-26 12:41:22 +02:00
pancake
cf416293ff
Move the lm32 plugin into the anal ##asm 2022-06-26 12:38:36 +02:00
Alex Bender
0360057781 Update cmd_eval / en[v]? case help message 2022-06-26 03:22:48 +02:00
pancake
208f76bab4 Fix RCons.histLoad() regression introduced in deb75acf78403989bdd3e17ae74f2fc24602b1d8 2022-06-26 02:05:24 +02:00
condret
fc285cecb8 Fix #20354 2022-06-25 17:08:10 +02:00
pancake
f369ff2de3
Minor fixes for the asn1 parser 2022-06-23 13:32:37 +02:00
pancake
986271aa15 After release version bump 2022-06-23 13:30:58 +02:00
pancake
6b20b82c32
Refactorings in libr/reg (#20349)
* Refactorings in libr/reg

* More

Co-authored-by: pancake <pancake@nopcode.org>
2022-06-23 13:29:57 +02:00
gitcolt
e8a8a3532e
Fix #16395 - Add open file command to the ms shell ##shell 2022-06-23 02:33:30 +02:00
condret
d17aa24986 Add big endian support for arm prelude search ##anal 2022-06-22 21:56:55 +02:00
pancake
d285403719 Disable android-x86 artifact uploads 5.7.2 2022-06-22 12:19:30 +02:00
colt
448fbfa1ff Rename doc/crosscompile to doc/cross-compile.md ##doc 2022-06-22 11:40:28 +02:00
pancake
16573e645c android-meson is no longer required for a release 2022-06-22 11:40:03 +02:00
Sergi Àlvarez i Capilla
1ec4d1bae9 Release 5.7.2 - codename: "Snow Floppa" 2022-06-22 02:11:35 +02:00
condret
a1b0293940 Fix fortune file detection ##core 2022-06-22 01:42:44 +02:00
pancake
57b24d228c Fix arrows in visual prompt on windows cmd V: ##visual 2022-06-22 01:07:48 +02:00
pancake
d9aac6bc66 Windows builds include debug information by default ##build
* Use 'call configure.bat release' to make stripped builds
* The CI still builds in release mode
2022-06-22 00:56:29 +02:00
pancake
740c5fef9f Fixes for the R2_FORTUENS system and home paths ##shell 2022-06-22 00:56:29 +02:00
pancake
3c4a17a558 Autoset vtmode=1 or 2 depending on shell or visual ##windows
* Fixes history arrow bug in shell after fixing visual shift
2022-06-22 00:56:29 +02:00
pancake
bfd885a208 Fix negative on unsigned value in v850.pseudo ##disasm 2022-06-22 00:24:06 +02:00
pancake
deb75acf78 Fix history file path construction ##shell 2022-06-21 23:48:57 +02:00
pancake
2ff55775ba Fix/clarify the use of cons.vtmode/line.vtmode/vmode ##cons
* Fix visual mode shift bug on cmd.exe (that was working fine
  on other Windows terminals)
* Mark some pending deprecations for 5.8
2022-06-21 23:23:34 +02:00
pancake
f63febeff0 Reduce stack in RLine.histLoad() and early return on windows to fix a crash ##cons 2022-06-21 22:45:03 +02:00
pancake
7362f74b35 Detect cmd.exe as vtmode=2 ##windows
* Fix shift key in visual mode
2022-06-21 22:37:44 +02:00
pancake
f95e3f5514 Fix null deref assert on release builds related to fortunes 2022-06-21 21:53:06 +02:00
Sergi Àlvarez i Capilla
b25d91a0e7 Fix #20206 - Collect wuntraced corpses 2022-06-21 15:51:38 +02:00
pancake
3d335e705c
Fix #17174 - Add the flagname and real symbol name details in the output of icj ##bin 2022-06-21 14:15:36 +02:00
pancake
bf5bea05af
Add macos-m1 GHCI builds ##build 2022-06-21 14:07:59 +02:00
pancake
d51b89b82f
Compile-time optimization for r_str_startswith() ##util 2022-06-21 14:04:28 +02:00
pancake
2cfc1d7e12
Fix oobread in RTable exposed via an ELF reproducer ##crash 2022-06-21 01:32:23 +02:00
pancake
e489657954 Fix memleak in rvc add 2022-06-21 01:19:52 +02:00
pancake
b4ca66f5d4 Fix #20336 - wasm bin parser ##crash 2022-06-21 00:59:47 +02:00
condret
43eb022ec6 Add premium installation fortunes 2022-06-20 09:10:54 +02:00
pancake
2cfcd89452 Fix 'config locked' error message in visual 2022-06-20 01:41:31 +02:00
pancake
d1e1fb3622 Fix assert check in pxr 2022-06-20 01:00:30 +02:00
Richard Patel
27aac45d80
Fix OOB disasm in anal.i8080 (#20331) 2022-06-18 09:47:45 +02:00
pancake
4304eff378 Honor cfg.bigendian in /v subcommands ##search 2022-06-17 15:58:12 +02:00
Richard Patel
4bf8dc7e8e Fix UB shift in anal.riscv 2022-06-17 14:28:12 +02:00
Richard Patel
8e0b252036 Merge asm.avr into anal.avr ##refactor 2022-06-17 13:36:28 +02:00
Richard Patel
d4837e1c59 Merge asm.xap into anal.xap ##refactor 2022-06-17 12:57:31 +02:00
GiulioLyons
918998410f Moved afis help msg to use r_core_help 2022-06-17 12:56:44 +02:00
Richard Patel
e34f1e0356
Merge asm.i8080 into anal.i8080 and add a test ##refactor 2022-06-17 11:24:29 +02:00
Richard Patel
628dd5fa49 Merge asm.xcore_cs into anal.xcore_cs ##refactor 2022-06-17 11:23:59 +02:00
Richard Patel
fcbd71cf50 Merge asm.amd29k into anal.amd29k ##refactor 2022-06-17 11:23:07 +02:00
Richard Patel
b07555876a Merge asm.h8300 into anal.h8300 ##refactor 2022-06-17 08:03:30 +02:00
condret
0a26ad1eb6 Fix build static.nogpl 2022-06-17 06:57:01 +02:00
Apkunpacker
5bac9e3139 Update fortunes.fun 2022-06-17 06:04:39 +02:00
Apkunpacker
d80e848e99 Update test_codemeta.c 2022-06-17 06:04:39 +02:00