radare2/libr
pancake b6d1476674
Reduce stackframe in fcn_recurse ##anal
* This function is called recursively for each basic block
* Limits the size of functions that can be analized (anal.depth)
* The r2 -A Ch34 almost works now.
* Moving from stack to heap is not the right solution
2021-02-03 18:55:18 +01:00
..
anal Reduce stackframe in fcn_recurse ##anal 2021-02-03 18:55:18 +01:00
asm Avoid array subscript type issues (#18295) 2021-01-26 13:08:58 +01:00
bin Fix few warnings and sort w command switch 2021-01-31 19:51:25 +01:00
bp Fix issues spotted with gcc -Werror 2021-01-13 01:28:10 +01:00
config Support evar filtering in eq and check for bool type in RConfig.toggle ##core 2021-01-19 05:37:17 +01:00
cons Add hidden aeaB by using switch instead of ifelse chain + divbyzero issue fixed 2021-01-27 17:52:29 +01:00
core Reduce stackframe in fcn_recurse ##anal 2021-02-03 18:55:18 +01:00
crypto Fix UB in serpent ##crypto (#17899) 2020-11-10 12:36:16 +08:00
debug Avoid overwriting LDFLAGS (#18294) 2021-01-26 10:55:54 +01:00
egg Remove all dead assignment detect by clang sa (#310) ##rizin 2021-01-19 05:37:17 +01:00
flag Improve and formalize r_name_check() along all the base ##core (#18020) 2020-12-16 14:49:50 +01:00
fs Add support to stream files using mg (#18253) ##fs 2021-01-23 17:16:39 +01:00
hash Use pj in rahash2 ##refactor 2021-01-15 09:37:56 +01:00
include Implement esil syscalls #18029 ##anal (#18144) 2021-02-02 19:58:21 +01:00
io Fix dead increments 2021-01-25 00:34:58 +01:00
lang Avoid array subscript type issues (#18295) 2021-01-26 13:08:58 +01:00
magic Massage RRegex to fix codingstyle and a null deref. ##regexp 2021-01-08 04:42:07 +01:00
main Fix the archos regression in the CI (#18327) 2021-02-03 12:07:14 +01:00
parse Fix HUGE bottleneck in the WebAssembly pseudo disassembler and analyzer ##disasm (#18269) 2021-01-24 18:30:36 +01:00
reg Fixing clang flow warnings (#321) ##rizin 2021-01-19 05:37:17 +01:00
search Add /cu[qj*] and r_search_find_uds API ##search 2021-02-01 12:42:03 +01:00
socket Fix some of the last coverities related to UAF and OOBREAD 2021-01-25 03:08:33 +01:00
syscall Clear syscall and sysregs sdbs if their files are not found (#379) 2021-01-19 05:37:17 +01:00
util Added messages if pf. can't set value ##print 2021-01-31 16:32:43 +01:00
config.h.head
config.h.in Add support for RAnal.ESIL plugins ##esil (#18206) 2021-01-24 16:39:45 +01:00
config.h.tail
config.mk.head
config.mk.tail Forbid space builds with acr/make and add job to test them with meson/ninja ##build 2020-12-29 15:08:52 +01:00
depgraph.pl
do-ar-sh Fix #3929 - Enable LTO in sys/static.sh ##build (#17141) 2020-08-13 13:55:39 +08:00
ld.script
libr.pc.acr
libs.custom.mk.example
libs.mk Fix build race condition introduced in 0ba897f5c9 (#17773) 2020-10-10 00:36:10 +08:00
Makefile Add DbgEng based debug backend for Windows ##debug (#17491) 2020-08-24 19:01:10 +08:00
meson.build Add support for RAnal.ESIL plugins ##esil (#18206) 2021-01-24 16:39:45 +01:00
rules.mk Forbid space builds with acr/make and add job to test them with meson/ninja ##build 2020-12-29 15:08:52 +01:00
stripsyms.sh
symgraph.pl