radare2/libr/util
2021-06-10 13:52:29 +02:00
..
d Add clean target in libr/util/d/Makefile ##build (#18802) 2021-06-05 11:01:39 +02:00
regex Fix warnings in regerror.c 2021-05-20 00:22:50 +02:00
alloc.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
ascii_table.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
asn1_oids.h
asn1.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
assert.c Be consistent and make all env vars start with R2_ (#16841) 2020-05-18 13:21:50 +02:00
astr.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
axml_resources.h Android Binary XML support (#18545) ##print 2021-04-08 19:26:55 +02:00
axml.c Remove assertion in pFA ##print (#18707) 2021-05-19 16:15:55 +02:00
base85.c Delete the use and definition of "eprint" (#15716) 2019-12-28 23:31:38 +01:00
base91.c
bdiff.c Fix format string in table and minor type regression 2021-03-15 01:48:59 +01:00
big-gmp.c Refactor r_big for gmp and ssl ##util (#16804) 2020-05-14 02:45:10 +02:00
big-ssl.c Fix c89 warnings 2021-02-11 16:01:48 +01:00
big.c Fix bignum issues from Facebook Infer (#16826) 2020-05-16 12:05:10 +08:00
binheap.c Add unit tests for binheap (#17367) 2020-07-31 18:09:50 +08:00
bitmap.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
buf_bytes.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_file.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_io.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_mmap.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_ref.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_sparse.c Fix s390x test_buf 2021-01-05 10:22:50 +01:00
buf.c Implement aeis to initialize argc, argv and envp for emulation ##emu 2021-05-13 00:37:42 +02:00
cache.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
calc.c Clean up r_num ##util ##refactor (#18049) 2020-12-17 22:24:27 +01:00
charset.c Fix more asan issues in charset api and recently introduced memleaks 2021-05-25 11:27:32 +02:00
chmod.c Boolify some RUtil.file APIs ##util (#16734) 2020-04-28 14:00:42 +08:00
debruijn.c Random null deref and more size_t fixes 2021-03-15 01:48:59 +01:00
deps.mk Fix Cydia/iOS packaging and compilation issues ##build (#17342) 2020-08-14 13:17:32 +08:00
donut.c Add r2 -NN to not load plugins ##core (#16415) 2020-04-05 15:02:46 +02:00
event.c
file.c Fix off-by-one read issue in r_file_abspath_rel 2021-04-21 13:04:55 +02:00
flist.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
format.c Fix #18308 - Fix pf parsing issues and support write on enums and bitfields ##print (#18765) 2021-05-27 20:59:55 +02:00
getopt.c Always use r_getopt, do not depend on libc (not just on windows) ##core (#16325) 2020-03-27 17:06:40 +01:00
graph_drawable.c Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
graph.c Graph refactor ##refactor (#17631) 2020-10-06 10:57:51 +08:00
hex.c Fix null deref in arm64 esil 2021-05-09 01:09:39 +02:00
idpool.c Implement first/last/next/prev fd APIs ##io 2020-11-01 11:33:31 +01:00
intervaltree.c Add breaking to RIntervalIterCb 2020-05-09 12:27:17 +02:00
json_indent.c Fix #16233 - ~{} works on colorized JSONs ##json (#16425) 2020-04-06 16:08:47 +08:00
json_parser.c Fix warning in the JSON parser (#17827) 2020-10-26 14:07:15 +08:00
lib.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
list.c Add r_list_iter_get_prev (siol eternal) ##util 2021-06-07 22:44:03 +02:00
log.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
Makefile Add clean target in libr/util/d/Makefile ##build (#18802) 2021-06-05 11:01:39 +02:00
mem.c Implement wv[fdD] for float, double and long double and fix pf [fF] #print 2021-04-10 23:18:03 +02:00
meson.build Add use_cgen meson option ##build (#18766) 2021-05-27 23:56:28 +02:00
name.c Fix 32 critical COVs (UAF, UB and OOB) (#18077) 2020-12-21 01:10:22 +01:00
pie.c Initial implementation of RConsCanvas.circle and bubble graphs ##graph 2019-06-28 09:39:57 +02:00
pj.c Use pj in debug ##refactor (#18270) 2021-01-24 16:07:30 +01:00
pkcs7.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
print_code.c null argument issues 2021-03-15 01:48:59 +01:00
print.c Fix empty lines in hexdump with multiple comments in one line ##print 2021-05-31 23:03:54 +02:00
prof.c Towards emscripten build fix (update sdb) ##build 2019-07-07 16:52:41 +02:00
protobuf.c Fix #16564 - no more bitfields. (#16591) 2020-04-14 10:21:58 -05:00
punycode.c
qrcode.c
queue.c
randomart.c
range.c Fix dead increments 2021-01-25 00:34:58 +01:00
rbtree.c Add r_rbtree_cont_node_{first/last} (siol_eternal) ##util 2021-05-30 19:07:05 +02:00
sandbox.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
sdb.mk Update to sdb-1.7.0 (#18337) 2021-02-08 22:21:56 +01:00
seven.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
signal.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
skiplist.c Fix memleak in db/esil/apple (#18238) ##bin 2021-01-19 11:49:42 +01:00
skyline.c Fix another UAF in skyline ##Refactor (#17972) 2020-11-27 12:23:44 +08:00
spaces.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
spp.mk Update spp to 1.2.0 (#17243) 2020-07-09 17:20:06 +08:00
stack.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
str_constpool.c Use HtPP for RStrConstPool (#15424) ##util 2019-11-06 21:55:46 +01:00
str_trim.c Fix asan-fuzz tests (fixes recent uaf and ub around) 2021-04-25 01:35:53 +02:00
str.c Fix oob read bug in r_str_home on empty env vars 2021-06-07 20:17:21 +02:00
strbuf.c Small optimzation to r_strbuf_vappendf (#18665) 2021-05-07 00:18:12 +02:00
strpool.c Fix 32 critical COVs (UAF, UB and OOB) (#18077) 2020-12-21 01:10:22 +01:00
sys_w32.c Implement r_sys_unxz 2021-04-10 23:13:27 +02:00
sys.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
syscmd.c Fix last covs (#18674) 2021-05-11 14:49:48 +02:00
table.c Fix format string in table and minor type regression 2021-03-15 01:48:59 +01:00
thread_cond.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
thread_lock.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
thread_pipe.c
thread_sem.c
thread.c Use r_sys_getpid() for source portability whetever getpid() is called (#18809) 2021-06-07 17:32:37 +02:00
time.c Improve monotonic clock checks, fixing build on old linuxes 2021-06-05 11:35:31 +02:00
tree.c
ubase64.c Fix ?b64- command 2019-07-23 02:50:35 +02:00
udiff.c Fix memory leak in r_diff_levenshtein_nopath 2021-04-25 13:57:03 +02:00
uleb128.c Fix #18604 - UB in left shift parsing uleb128 (#18605) 2021-04-21 11:29:33 +02:00
unum.c Fix double frees and oobs found by asan 2021-03-11 15:38:16 +01:00
utf8.c Fix LGTM warning in UTF8 handling (#16507) 2020-04-10 12:02:08 +08:00
utf16.c Support UTF16-BE decoding (#15450) 2019-11-14 00:08:37 +08:00
utf32.c Support UTF32-BE decoding (#15472) ##bin 2019-11-16 11:27:07 +01:00
utype.c Refactoring function r_type_func_guess 2021-01-19 05:37:17 +01:00
vector.c Fix crash in V. when no maps loaded 2021-04-30 00:35:51 +02:00
x509.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
x509.h
zip.c