12023 Commits

Author SHA1 Message Date
pancake
7b52e66c9c Skip wired-to-ground registers in dr= ##debug 2022-03-07 17:18:53 +01:00
pancake
a46f5e291f Fix drj in debug mode ##debug 2022-03-07 17:18:53 +01:00
Dennis Goodlett
5690f1c1e7 Add mermaid output to all ag commands ##anal 2022-03-05 09:48:57 +01:00
Sergi Àlvarez i Capilla
10517e3ff0 aaef on arm/thumb switches causes uaf ##crash
* Reported by peacock-doris via huntr.dev
* Reproducer: poc_uaf_r_reg_get
2022-03-04 11:11:49 +01:00
pancake
cf780fd055
Add an* and fix many other conceptually broken logics in an ##analysis 2022-03-04 10:08:39 +01:00
Lazula
a64025db4d Fix yt command 2022-03-04 00:27:39 +01:00
Lazula
eccfb8f892
Refactor cp command () 2022-03-03 22:17:18 +01:00
Sergi Àlvarez i Capilla
7269a3f5d4 Fix issue in asm.tabs.once causing iaito to trim instructions ##disasm 2022-03-03 13:15:02 +01:00
pancake
bf9102eaee Two more null deref fixes for cons/task initialization 2022-03-03 10:52:01 +01:00
pancake
a540fbfd98 Fix several null derefs in the tasks api when used from unthready builds 2022-03-03 10:15:02 +01:00
Lazula
55bfe93735 Fix problems in l command 2022-03-03 09:31:08 +01:00
Sergi Àlvarez i Capilla
aef278ee9c Make -Dblob=true statically link all r2 libraries ##build 2022-03-02 11:30:28 +01:00
Lazula
bc877cbef6 Kill dsjson, use PJ for java json, fix java prototypes j 2022-03-01 15:50:39 +01:00
pancake
b965ce3340 Fix UAF in cmd_open 2022-02-28 10:08:58 +01:00
Lazula
b5a26e0c0c
Significantly reduce memory leaks in anal tests (#19759) 2022-02-27 14:57:58 -06:00
pancake
3cc4e1c9e5 Add aot command to show instruction types (like /atl) ##shell 2022-02-27 20:20:24 +01:00
pancake
76f868166b Add proper help for the aom command 2022-02-27 20:03:04 +01:00
Sergi Àlvarez i Capilla
7f472c50eb Fix two minor leaks spotted by coverity 2022-02-26 13:46:46 +01:00
pancake
19bb45f78f Honor ArchInfo.opalign in pia ##disasm 2022-02-26 00:57:05 +01:00
pancake
7cb30eaf0d Fix #19610 - Honor minopsz in pia ##disasm 2022-02-26 00:57:05 +01:00
Sergi Àlvarez i Capilla
a9829f757f Let users change the blocksize from visual prompt 2022-02-25 16:49:30 +01:00
pancake
83f55161d1 Fix negative allocation in mdmpdos 2022-02-25 00:45:07 +01:00
pancake
79d108a4c2 Fix off by one read in psw 2022-02-24 12:46:29 +01:00
pancake
837d781879 Fix memory leak in RCore.cmdQueue 2022-02-24 11:57:28 +01:00
pancake
2178cd24a3 Restore and revert blocksize in V: ##visual 2022-02-24 11:30:33 +01:00
pancake
333e99190a Update list of file extensions considered scripts 2022-02-24 01:11:08 +01:00
pancake
4fa23038b3
Fix #19729 - Make pswj consistent with psw output ##print 2022-02-21 15:00:04 +01:00
pancake
6691d80989 Fix #19739 - Fix oobread in pv* and fix bug in pvj ##print 2022-02-21 14:15:50 +01:00
pancake
1face81feb Fix #19737 - Handle ESC and space in the ascii hex column ##visual 2022-02-20 16:57:04 +01:00
Dennis Goodlett
b6b56e700a Handle jump tables in agfm ##anal 2022-02-20 14:10:26 +01:00
Dennis Goodlett
f36e518cde
Add agfma to get assembly in mermaid graphs ##anal 2022-02-20 09:59:42 +01:00
pkubaj
6e4819b054
Add support for powerpc, powerpc64, powerpc64le and riscv64 on FreeBSD ##debug
* Also correct issue in vmenus.c, where ch is checked later whether it's -1, but on ARM and POWER, char is unsigned.
2022-02-18 19:25:53 +01:00
Dennis Goodlett
eccee9beb7
Add agfm command to print cfg graphs using mermaid syntax ##analysis 2022-02-18 12:31:32 +01:00
Sergi Àlvarez i Capilla
99a3887e6a Add rasm2 and rax2 wasi/wapm packages ##build
* wapm install pancake/r2
  $ wapm run r2 -
* wapm install pancake/rax2
  $ wapm run rax2 1+1
* wapm install pancake/rasm2
  $ wapm run rasm2 -a x86 -b 32 -d 90
2022-02-16 10:58:03 +01:00
Sergi Àlvarez i Capilla
46a69a5014 Fix all the latest covs which spotted new findings 2022-02-15 12:05:50 +01:00
Sergi Àlvarez i Capilla
91740c46d2 Fix oobread in pxj ##crash
* Reproducer: db/cmd/cmd_print
* Proper refactoring and cleanup+testing on the works
2022-02-15 11:13:07 +01:00
Sergi Àlvarez i Capilla
ed76d94144 Fix more harmless asan oobreads in pdu and fc 2022-02-14 01:50:24 +01:00
Sergi Àlvarez i Capilla
2e99650c15 New 'w+' command, to write a string and seek at the end ##shell 2022-02-13 23:57:24 +01:00
Sergi Àlvarez i Capilla
83e23ac9af Fix ghosty allocation 2022-02-13 23:51:05 +01:00
Sergi Àlvarez i Capilla
a4af656774 Support local charset file loading and fix echo issue in sdb ##charset 2022-02-12 23:04:42 +01:00
Sergi Àlvarez i Capilla
f248f2f22f Fix last 2 covs in panels/canvas (dead code elimination) 2022-02-12 12:22:47 +01:00
Sergi Àlvarez i Capilla
36f161f207 Fix #19617 - Use PJ in dij ##json 2022-02-11 23:18:54 +01:00
pancake
85b9343d28
Minor rgb.parse optimization and remove the use of sscanf in pal.c ##cons 2022-02-11 22:37:23 +01:00
pancake
8ddc8844bd
Fix pxj-X, and add tests ##print 2022-02-11 02:29:16 +01:00
Sergi Àlvarez i Capilla
d69b3d11b6 Initial import of the XALZ bin plugin ##bin
* Add tests for the XALZ file format
2022-02-10 19:59:17 +01:00
Sergi Àlvarez i Capilla
77b7926a50 Add prgl command to decompress current block using lz4 ##print 2022-02-10 19:59:17 +01:00
Anderson
a6309160f4
Fix Negative Offset in Hexdump Json Output ##print 2022-02-10 18:27:46 +01:00
pancake
3d438c510e Fix parsing of 'ra?' and 'r0x' subcommands ##shell 2022-02-09 05:50:22 +01:00
Sergi Àlvarez i Capilla
8db3966da5 Fix overlapping titles on small frames ##panels 2022-02-08 01:37:16 +01:00
Sergi Àlvarez i Capilla
0b726c6806 Close menu when a different decompiler is selected ##panels 2022-02-08 00:55:31 +01:00