radare2/libr/util
2024-07-13 15:18:10 +02:00
..
d Fix #19823 - Changed http to https 2024-02-14 17:42:25 +01:00
regex Please some else lints 2023-11-13 15:52:48 +01:00
alloc.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
ascii_table.c Add EBCDIC-ascii table for the new abi via ?ae ##print 2024-04-15 18:28:21 +02:00
asn1_oids.h Add ASN1 Algorithm Identifiers for Edwards curves ##print 2022-11-22 11:00:14 +01:00
asn1_str.c Remove unnecessary cast in free() 2023-06-12 09:39:32 +02:00
asn1.c Fix oobread bug in asn1/pkcs7 parser ##crash 2023-04-30 07:45:51 +02:00
assert.c Implement log.source and log.origin ##shell 2022-09-14 18:51:02 +02:00
axml_resources.h Android Binary XML support (#18545) ##print 2021-04-08 19:26:55 +02:00
axml.c Remove all char* casts in free ##cleanup 2023-03-09 18:40:24 +01:00
base32.c Implement r_base32 APIs for my future self ##api 2024-07-09 12:18:16 +02:00
base36.c Fix warning on msvc 2024-03-13 00:07:24 +01:00
base85.c Please some else lints 2023-11-13 15:52:48 +01:00
base91.c
bdiff.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
big_gmp.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
big_ssl.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
big.c Initial work towards onifying r_util ##build 2022-07-25 06:34:09 -04:00
bitmap.c Initial implementation of pfb, binary formatting ##print 2022-05-22 22:53:41 +02:00
bplist.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
bscanf.c Fix a couple of unit bugs and use uppercased macros (1/2) 2024-04-17 16:11:36 +02:00
buf_bytes.c Fix #22767 - Some UB when malloc(0) in RBuffer api ##crash 2024-03-30 12:07:33 +01:00
buf_cache.c Initial implementation of RBuffer.cache ##abi 2024-04-15 09:01:25 +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 Parse the PT_DYNAMIC elf section for the preinit pointers ##bin 2022-11-11 03:04:46 +01:00
buf.c Fix oobread and oobwrite caused by an intovf in coff ##crash 2024-04-25 19:28:36 +02:00
calc.c Please some else lints 2023-11-13 15:52:48 +01:00
charset.c Inline r_str_ncpy and define a limit for RStr.var() 2023-10-06 12:56:37 +02:00
chmod.c Also replace __UNIX__ with R2__UNIX__ 2022-12-10 20:32:10 +01:00
debruijn.c Fix big endian debruijn tests and cleanup the implementation 2024-04-26 17:45:50 +02:00
deps.mk Add AIX config support ##port 2023-12-05 13:01:06 +01:00
donut.c Add and fix two more for loop linter rules 2022-07-02 22:40:28 +02:00
event.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
file.c Fix the tail syscmd ##shell 2024-07-12 15:45:11 +02:00
format2.c Add pf2 using util/format2.c as wip refactoring ##print 2023-12-27 02:18:08 +01:00
format.c Redesigned IO cache with layers ##io 2023-06-14 18:26:12 +02:00
getopt.c Fix #22594 - Handle long flags in r_getopt as an alias for help ##shell 2024-02-14 18:36:51 +01:00
graph_drawable.c Stop aeg from abusing agg ##refactor 2022-10-20 07:56:57 +02:00
graph.c Try to fix domtree (i hate mathematical notation) 2023-08-27 18:47:21 +02:00
hex.c Fix null deref assert in pdj ##crash 2023-09-20 15:39:45 +02:00
idpool.c Minor fixes and code cleanup 2023-07-20 13:33:45 +02:00
intervaltree.c Fix undefined behaviour in RVector, RPVector, RInterval and container_of ##fix 2022-03-21 12:04:14 +01:00
json_indent.c Reduce cache misses in JSON parsing apis ##print 2023-09-19 06:36:58 +02:00
json_parser.c Initial implementation of r2pipe2 ##shell 2024-05-27 11:57:13 +02:00
lib.c A little bit more verbose plugin loading debug logs 2024-03-27 21:00:36 +01:00
list.c Fix a recently introduced uaf in pdc ##crash 2024-06-26 17:09:12 +02:00
log.c Each RLogCallback have its own user pointer ##crash 2024-05-27 17:24:40 +02:00
Makefile Implement r_base32 APIs for my future self ##api 2024-07-09 12:18:16 +02:00
mem.c Fix oobread in test_r_tree 2024-05-13 01:29:45 +02:00
meson.build Implement r_base32 APIs for my future self ##api 2024-07-09 12:18:16 +02:00
name.c Remove several R2_590 ifdefs ##abi 2023-06-13 13:38:23 +02:00
new_rbtree.c Fix oversensitive assert in r_crbtree_{take,delete} 2022-08-18 09:38:29 +02:00
pie.c Use ascii instead of utf8 for the pie chart 2024-03-25 19:21:21 +01:00
pj.c Add op-count / bb-ratio info in afi/afij ##analysis 2024-06-01 10:03:57 +02:00
pkcs7.c Please some else lints 2023-11-13 15:52:48 +01:00
print_code.c * More refined goto statements in pdc and add and colorize missing returns ##decompiler 2024-06-11 19:03:55 +02:00
print.c Add nor in the RAnalOp.toString() ##arch 2024-04-29 16:42:38 +02:00
prof.c More build fixes for SerenityOS 2021-07-07 19:03:54 +02:00
protobuf.c Fix few windows warnings 2022-10-24 17:55:34 +02:00
punycode.c Fuzz pkcs7, punycode, x509 ##fuzz 2022-08-22 20:08:07 +02:00
qrcode.c Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
queue.c Branch prediction optimizations (2/3) ##performance 2023-04-18 16:10:44 +02:00
randomart.c Fix #19823 - Changed http to https 2024-02-14 17:42:25 +01:00
range.c Implement RRange.toString() ##util 2023-10-23 09:09:36 +02:00
rbtree.c Few patches coming from the recursefails PR 2023-04-27 13:35:26 +02:00
rprintf.c Initial implementation of our custom r_str_printf api 2024-02-08 11:16:42 +01:00
rstr.c Fix last covs 2022-09-26 18:23:07 +02:00
rvc_git.c Fix segfault when saving a project with no write perms in home ##crash 2023-02-27 23:36:05 +01:00
rvc_rvc.c Use RFile.new instead of R_JOIN in the fortunes code 2024-05-12 02:14:58 +02:00
rvc.c Remove the empty definition of rvc.use() 2023-06-12 09:39:45 +02:00
rxml.c Add ~<> cons filter to indent XML ##shell 2023-07-12 05:01:31 +02:00
sandbox.c Initial import of the sysgdb:// plugin ##io 2023-10-04 10:30:00 +02:00
sdb.mk Update to the latest sdb 2024-03-30 12:13:57 +01:00
seven.c Avoid the use of sprintf() 2023-01-25 21:39:22 +01:00
signal.c Add --disable-debugstuff to build without R_LOG_DEBUG, ^C and other stuff ##build 2023-11-21 14:26:32 +01:00
skiplist.c Branch prediction optimizations (1/3) ##performance 2023-04-18 16:10:16 +02:00
spaces.c Clean up sp->event in r_spaces_fini() 2022-01-11 01:10:00 +01:00
spp.mk Dont sync capstone all the time 2021-11-05 10:08:23 +01:00
sstext.c Apply some more minor fixes written offline 2023-02-12 21:21:45 +01:00
stack.c Fix several bugs in the RStack API ##crash 2022-06-08 19:15:48 +02:00
str_constpool.c Dont use != NULL as its implicit in C, even for bool casts ##refactor 2022-03-15 19:54:04 +01:00
str_trim.c Improved ia tests and trim trailing spaces in strings ##bin 2023-11-22 19:13:41 +01:00
str.c Nibble colordump under prcn/prcb. Idea by Patrick Hurd ##print 2024-04-29 17:41:53 +02:00
strbuf.c Fix large offset passed to the pascal demangler ##crash 2024-03-25 18:01:15 +01:00
strpool.c Rename RStrpool.ansiChop to ansiTrim() ##api 2023-08-17 23:45:29 +02:00
sys_sh.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00
sys_w32.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
sys.c Fix wt, aht help messages and early catch badly formatted help messages ##shell 2024-06-05 19:12:19 +02:00
syscmd.c Fix lint 2024-07-12 23:25:57 +02:00
table.c Add support for "double" type in RTable ##util 2024-06-01 10:03:57 +02:00
thread_chan.c Fix #22972 - deadlock in :: fixed by handling ^C ##crash 2024-05-28 14:47:36 +02:00
thread_cond.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
thread_lock.c Fix #22972 - deadlock in :: fixed by handling ^C ##crash 2024-05-28 14:47:36 +02:00
thread_pipe.c
thread_sem.c Fix signed vs unsigned comparison 2024-03-30 13:14:51 +01:00
thread.c Add R_TH_PAUSE 2024-02-23 18:47:27 +01:00
time.c Fix #17444 - Refactoring/cleanup of the RTime API for consistency 2024-02-18 12:25:16 +01:00
token.c Fix 'Cannot redirect the same fd twice' bug in the command parser ##shell 2024-06-27 12:52:48 +02:00
tree.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
ubase64.c Handle URL safe base64 decoding ##util 2024-03-06 23:13:48 +01:00
udiff.c Avoid ' in help message glitching book's md 2024-07-11 18:09:42 +02:00
uleb128.c Avoid large allocation in the elf parser ##crash 2023-04-12 11:06:21 +02:00
unum.c Fixes for large numeric values in base64 and clz64 2024-02-06 20:22:20 +01:00
utf8.c Minor code optimizations from the utf8heap pr 2024-07-13 15:18:10 +02: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 Improve JSON output for the afsvj command ##analysis 2023-10-26 12:53:55 +02:00
vector.c Branch prediction optimizations (1/3) ##performance 2023-04-18 16:10:16 +02:00
w32.c Fix #19823 - Changed http to https 2024-02-14 17:42:25 +01:00
w32dw.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
x509.c Remove few apis, commands and config vars marked as deprecated 2023-06-08 19:45:16 +02:00
x509.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
xdg.c Fix XDG path for Windows 2023-02-18 01:25:38 +01:00
zip.c LZ4 removal for make and meson, relates to #19849 ##build 2023-06-18 20:59:07 +02:00