radare2/libr/util
2019-06-05 19:23:59 -04:00
..
regex
alloc.c Initial support for the r_alloc (+aligned) API ##core 2019-02-18 19:13:28 +01:00
ascii_table.c
asn1_oids.h
asn1.c
assert.c
astr.c
base85.c Create libr_main and make all binaries use it ##core 2019-03-08 14:22:59 +01:00
base91.c
bdiff.c
big-gmp.c
big-ssl.c
big.c
binheap.c
bitmap.c
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 Fix some RBin file format crashes ##bin 2019-05-30 15:45:52 +02:00
cache.c
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
ctype.c Fix some LGTM warnings (#14047) 2019-05-13 14:09:33 +02:00
date.c Fix iR timestamp + consistent timestamp format output (pt*, iI~comp, iR) (#12770) 2019-01-16 21:47:44 +01:00
debruijn.c
deps.mk
diff.c
event.c Use flat RVector for all_calbacks in REvent 2019-02-05 14:26:49 +01:00
file.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
flist.c
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 Use r_return in RAsm APIs and fix some regressions ##asm 2019-02-04 00:25:27 +01:00
idpool.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
json_indent.c
lib.c Fix #13430 - Kill MinGW remnants ##deprecate 2019-03-31 12:03:07 +02:00
list.c Fix crash in canvas, some leaks and random code cleanup (#13254) 2019-03-03 23:41:19 +01:00
log.c
Makefile Create libr_main and make all binaries use it ##core 2019-03-08 14:22:59 +01: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
pie.c
pj.c Implement fq. fj. and f*. - show flag in current offset commands ##core 2019-04-15 03:08:22 +02:00
pkcs7.c Fix iCj for PE (#13579) 2019-03-31 18:21:47 +02:00
print.c Track pushed register (note: immediately after lea/mov) to resolve push-ret (#14034) 2019-05-15 12:04:41 +02:00
prof.c
punycode.c
qrcode.c
queue.c
randomart.c
range.c Fix few more clang warnings (#12429) 2018-12-11 10:28:01 +01:00
rbtree.c
sandbox.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
sdb.mk
seven.c
signal.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
skiplist.c
spaces.c Fix #13141 - Check if the unset space is the current one (#13142) 2019-02-18 18:29:48 +01:00
spp.mk
stack.c
str_trim.c Trim decompiler text in graph nodes ##graph 2019-03-04 12:42:32 +01:00
str.c r_str_prefix() -> r_str_prepend() (#14048) 2019-05-13 16:16:13 +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
sys.c Initial implementation of heap parsing for Windows (#14218) ##debug 2019-06-05 15:20:38 -04:00
syscmd.c
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
tree.c
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 Deprecate the RBinObject.id field ##refactoring 2019-06-05 19:23:59 -04:00
utf8.c Add an early-out optimization for r_isprint (2%-30% speedup) ##optimization 2019-03-27 01:28:18 +01:00
utf16.c Fix rafind2 -S for UTF8 chars > U+00ff (#12866) 2019-01-22 09:43:10 +01:00
utf32.c
vector.c Initial implementation of the dri command - inverse debug registers ##debug 2019-02-21 14:57:04 +01:00
w32-sys.c Initial implementation of heap parsing for Windows (#14218) ##debug 2019-06-05 15:20:38 -04:00
x509.c Fix iCj for PE (#13579) 2019-03-31 18:21:47 +02:00
x509.h
zip.c Some fixes (#12670) 2019-01-07 00:29:23 +01:00