radare2/libr/util
2020-08-28 23:04:39 +08:00
..
regex Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
alloc.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
annotated_code.c Add Function Name, Constants, Globals and Local Variables to RAnnotatedCode (#17429) 2020-08-10 13:40:16 +03: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 #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +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 Convert preinc/predec in 3rd part of for statement to postinc/postdec (#16187) 2020-03-12 18:40:46 +01:00
base85.c
base91.c
bdiff.c
big-gmp.c Refactor r_big for gmp and ssl ##util (#16804) 2020-05-14 02:45:10 +02:00
big-ssl.c Refactor r_big for gmp and ssl ##util (#16804) 2020-05-14 02:45:10 +02: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 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.c Fix latest COVs, remove dead code and unnecessary global variables (#17231) 2020-07-22 19:37:31 +08:00
cache.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
calc.c
chmod.c Boolify some RUtil.file APIs ##util (#16734) 2020-04-28 14:00:42 +08:00
debruijn.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06: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 Implement pde to disassemble following code execution ##disasm (#17410) 2020-08-13 10:05:38 +08:00
flist.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
format.c Implement pfQ to print/format 128bit unsigned values ##print (#17310) 2020-07-24 11:53:13 +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.c Add acg - printing class hierarchy graph ##anal (#17362) 2020-08-07 17:23:52 +08:00
hex.c Implement rafind2 -F to find the contents of the file ##search (#17143) 2020-06-29 20:11:34 +02:00
idpool.c
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.c Add the r_json json parser based on nxjson ##util (#17439) 2020-08-14 20:57:09 +02:00
lib.c Fix #16781 - Add --without-dylink configure flag to disable libdl features ##build (#17173) 2020-07-02 11:58:12 +08:00
list.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
log.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
Makefile Fix race condition and remove unnecessary SDB build targets ##build (#17476) 2020-08-19 10:31:20 +02:00
mem.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
meson.build Add the r_json json parser based on nxjson ##util (#17439) 2020-08-14 20:57:09 +02:00
name.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
pie.c
pj.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
pkcs7.c Fix MS-DOS fuzz tests (#17496) 2020-08-20 12:17:13 +08:00
print_code.c Implement the pci command print the C byte array + instruction comments ##disasm (#16792) 2020-05-13 18:44:02 +02:00
print.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
prof.c
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 Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
rbtree.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
sandbox.c Fix Cydia/iOS packaging and compilation issues ##build (#17342) 2020-08-14 13:17:32 +08:00
sdb.mk Fix race condition and remove unnecessary SDB build targets ##build (#17476) 2020-08-19 10:31:20 +02:00
seven.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
signal.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
skiplist.c
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
str_trim.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
str.c r2r: Don't trim diff lines (#17059) 2020-06-14 13:06:58 +08:00
strbuf.c Implement r_strbuf_setptr API and improve + test it more ##util (#16649) 2020-04-27 13:10:57 +02:00
strpool.c
sys.c Fixes for <=glibc-2.2 versions 2020-08-28 23:04:39 +08:00
syscmd.c Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
table.c Do not print malformed table if no columns are set (#16847) 2020-06-17 12:34:04 +02:00
thread_cond.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
thread_lock.c
thread_pipe.c
thread_sem.c
thread.c Fixes for <=glibc-2.2 versions 2020-08-28 23:04:39 +08:00
time.c Fixes for <=glibc-2.2 versions 2020-08-28 23:04:39 +08:00
tree.c
ubase64.c
udiff.c Fix Levenstein distance on empty buffers ##radiff2 (#17330) 2020-07-23 09:52:31 +02:00
uleb128.c Add function information from DWARF ##anal ##bin (#17434) 2020-08-19 18:21:20 +08:00
unum.c Merge everything time-related in r_time.h (#17445) 2020-08-12 18:54:49 +02:00
utf8.c Fix LGTM warning in UTF8 handling (#16507) 2020-04-10 12:02:08 +08:00
utf16.c
utf32.c
utype.c Fix 31bit shift UB on a signed 32bit variable (#16835) 2020-05-18 09:36:32 +02:00
vector.c Various fixes based on fuzz bins for rabin2 (#17199) 2020-07-06 20:19:25 +08:00
w32-sys.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
x509.c Fix null dereference in Pe64_bin_pe_compute_authentihash ##bin (#17466) 2020-08-17 12:36:05 +08:00
x509.h
zip.c