radare2/libr/util
2019-07-11 01:55:42 +02:00
..
regex Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00
alloc.c Initial support for the r_alloc (+aligned) API ##core 2019-02-18 19:13:28 +01:00
ascii_table.c Use r_cons_printf in ?a and do not use oneliner strings in ascii_table.c 2018-03-21 23:10:17 +01:00
asn1_oids.h Sorted OIDs (#11593) 2018-09-20 15:18:06 +02:00
asn1.c Fix #12082 - infinite loop when loading PE ##bin 2018-11-08 00:30:48 +01:00
assert.c assert: use R2_ASSERT_STDOUT instead of ASSERT_STDOUT 2018-10-29 16:01:26 +01:00
astr.c Fix few leaks in asn1 strings 2018-12-04 11:45:45 +01:00
base85.c Create libr_main and make all binaries use it ##core 2019-03-08 14:22:59 +01:00
base91.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
bdiff.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
big-gmp.c
big-ssl.c
big.c
binheap.c Move trie, mixed, slist into Sdb's Attic, and DES from util to crypto ##refactor 2018-11-07 17:18:14 +01:00
bitmap.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
buf_bytes.c Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
buf_file.c Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
buf_io.c Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
buf_mmap.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
buf_ref.c Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
buf_sparse.c Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
buf.c Remove the check_bytes and more bin-buf refactoring ##bin 2019-07-01 23:01:25 +02:00
cache.c Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00
calc.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
chmod.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
constr.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
ctype.c Fix some LGTM warnings (#14047) 2019-05-13 14:09:33 +02:00
date.c Change the signature of r_str_trim to avoid confusions ##refactor 2019-06-16 20:58:40 +02:00
debruijn.c Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02:00
deps.mk Minor improvements for the makefiles 2018-05-19 01:01:59 +02:00
diff.c Fix more clang-analyzer warnings (#12427) 2018-12-10 14:41:38 +01:00
event.c Use flat RVector for all_calbacks in REvent 2019-02-05 14:26:49 +01:00
file.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
flist.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
format.c Fix #14029 - pfc not showing structs and enums ##types 2019-05-13 18:14:37 +02:00
getopt.c Fix msvc build 2019-03-09 10:19:08 +01:00
graph.c Implement graph neighbourhood navigation with i and I keys ##visual 2019-05-05 03:02:49 +03:00
hex.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
idpool.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
json_indent.c Initial implementation of the human friendly json indent {: ##cons 2019-07-11 00:46:53 +02:00
lib.c Fix #13430 - Kill MinGW remnants ##deprecate 2019-03-31 12:03:07 +02:00
list.c Fix #14335 - Add sort, join and uniq ##core 2019-06-20 13:11:37 +02:00
log.c Fix some COVs (#12255) 2018-11-21 17:53:20 +01:00
Makefile s/CORELIB/R2_PLUGIN_INCORE/g (#14295) 2019-06-13 19:12:51 +02:00
mem.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
meson.build Create libr_main and make all binaries use it ##core 2019-03-08 14:22:59 +01:00
name.c Modernize RFlag with asserts, boolified and more ##refactor 2018-10-30 04:36:02 +01:00
pie.c Initial implementation of RConsCanvas.circle and bubble graphs ##graph 2019-06-28 09:39:57 +02:00
pj.c Some tweaks related to pj/disasm 2019-06-22 12:33:37 +02:00
pkcs7.c Towards emscripten build fix (update sdb) ##build 2019-07-07 16:52:41 +02:00
print.c Use a pointer to eprintf instead 2019-06-30 16:02:45 +02:00
prof.c Towards emscripten build fix (update sdb) ##build 2019-07-07 16:52:41 +02:00
punycode.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
qrcode.c Added dense qrcodes functionality, with inverter 'i' code (#8443) 2017-09-11 12:13:48 +02:00
queue.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
randomart.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
range.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
rbtree.c Further cleanup-code/less "optimistic" assumptions. (#12298) 2018-11-23 23:18:40 +01:00
sandbox.c Expand on FreeBSD>=10 sandbox handling ##core 2019-07-09 10:49:05 +02:00
sdb.mk Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring 2018-11-14 10:47:28 +01:00
seven.c Fix #11918 - Moved r_print.h into r_util/r_print.h 2018-11-14 10:54:22 +01:00
signal.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
skiplist.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
spaces.c Fix #13141 - Check if the unset space is the current one (#13142) 2019-02-18 18:29:48 +01:00
spp.mk Fixes for axk 2017-10-09 11:39:52 +02:00
stack.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
str_trim.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
str.c Fix word highlighting with mouse in panels ##panels 2019-07-11 01:55:42 +02:00
strbuf.c Make zignatures database more flexible, add realname, comments and xrefs ##sign (#13655) 2019-04-08 16:13:44 +02:00
strpool.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
sys.c Improve r_sys_setenv on Windows 2019-06-21 21:02:29 +02:00
syscmd.c Add path completion for join, uniq, sort (#14373) 2019-06-20 17:37:10 +02:00
thread_cond.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
thread_lock.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
thread_pipe.c
thread_sem.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
thread.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00
tinyrange.c Fix regression in anal 2016-12-20 01:45:46 +01:00
tree.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
ubase64.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
uleb128.c Improve r_buf_buffer and remove r_buf_get_at (#13676) 2019-04-15 13:24:15 +02:00
unum.c Improve spacing around "//" in unum.c 2019-07-06 15:18:01 +08:00
utf8.c Fix #14499: Detect ascii substrings ##bin 2019-07-10 18:26:31 +02:00
utf16.c Fix rafind2 -S for UTF8 chars > U+00ff (#12866) 2019-01-22 09:43:10 +01:00
utf32.c Fix runtime error on 32bit systems (#8174) 2017-08-10 16:43:29 +02:00
vector.c Initial implementation of the dri command - inverse debug registers ##debug 2019-02-21 14:57:04 +01:00
w32-sys.c Dynamically find radare2 install dir on Windows ##windows 2019-06-20 18:10:01 +02:00
x509.c Fix iCj for PE (#13579) 2019-03-31 18:21:47 +02:00
x509.h Make axj outputting the same data as ax (#11575) 2018-09-21 02:33:12 +02:00
zip.c Some fixes (#12670) 2019-01-07 00:29:23 +01:00