radare2/libr/util
2023-03-31 13:53:10 +02:00
..
d Fix the build conflict between xtensa and loongarch on Windows 2022-05-02 20:29:07 +02:00
regex Remove all char* casts in free ##cleanup 2023-03-09 18:40:24 +01:00
alloc.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
ascii_table.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
asn1_oids.h Add ASN1 Algorithm Identifiers for Edwards curves ##print 2022-11-22 11:00:14 +01:00
asn1_str.c Remove all char* casts in free ##cleanup 2023-03-09 18:40:24 +01:00
asn1.c Clean-up ASN.1 parser and update x509 fuzzing 2023-01-25 01:44:05 +01: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
base85.c eprintf requires newline 2022-05-05 13:11:52 +02:00
base91.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
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
buf_bytes.c More fixes 2021-08-17 01:09:03 +00: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 Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
cache.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
calc.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
charset.c Remove some unsafe sprintf/strcpy 2023-02-20 23:20:53 +01:00
chmod.c Also replace __UNIX__ with R2__UNIX__ 2022-12-10 20:32:10 +01:00
debruijn.c More source spacing linting 2022-08-18 14:37:29 +02:00
deps.mk Initial implementation of lang.s assembly scripting ##lang 2023-01-11 00:18:13 +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 Return NULL on miss in r_file_path ##util (#21461) 2023-03-10 21:56:42 +01:00
format.c Add Pz[ie] command to import/export project in zip format ##projects 2023-03-02 22:11:23 +01: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 Stop aeg from abusing agg ##refactor 2022-10-20 07:56:57 +02:00
graph.c Add lint for \tfree( 2022-08-18 10:27:06 +02:00
hex.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
idpool.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01: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 Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
json_parser.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
lib.c WIP abi breaking fix to make plugin loading O(1) 2023-03-07 19:28:19 +01:00
list.c Remove RList.get_top and RList.get_bottom 2023-03-03 10:14:51 +01:00
log.c Fix two minor memory leaks 2023-03-28 23:05:32 +02:00
Makefile Use Smallz4 instead of liblz4 which is optional ##build 2023-03-15 15:29:54 +01:00
mem.c Also replace __UNIX__ with R2__UNIX__ 2022-12-10 20:32:10 +01:00
meson.build meson support for smallz4, relates to #19849 ##build 2023-03-18 19:06:34 +01:00
name.c Move filter_shell and filter_quoted_shell into RName ##util 2023-03-04 14:07:00 +01:00
new_rbtree.c Fix oversensitive assert in r_crbtree_{take,delete} 2022-08-18 09:38:29 +02:00
pie.c Fix various issues spotted by the VS warnings 2021-08-18 01:40:30 +02:00
pj.c Use R_LOG instead of eprintf (Usage in libr/util) 2023-03-14 20:42:02 +01:00
pkcs7.c Initial refactoring/cleanup of ASN1 parser api ##print 2022-11-01 22:10:35 +01:00
print_code.c Fix pcc trifids confussion issue ##print 2022-12-11 04:26:17 +01:00
print.c Fix potential uninitialized value 2023-03-30 11:39:33 +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 More source spacing linting 2022-08-18 14:37:29 +02:00
randomart.c Avoid the use of sprintf() 2023-01-25 21:39:22 +01:00
range.c Enable the leading spaces linter rule and fix them all ##lint 2022-09-24 03:43:21 +02:00
rbtree.c Move more local static into the thread-local-storage (#20134) 2022-05-19 12:41:26 +02: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 Fix segfault when saving a project with no write perms in home ##crash 2023-02-27 23:36:05 +01:00
rvc.c Fix segfault when saving a project with no write perms in home ##crash 2023-02-27 23:36:05 +01:00
rxml.c Fix the XML parser ##util 2022-12-15 18:46:32 +01:00
sandbox.c Return NULL on miss in r_file_path ##util (#21461) 2023-03-10 21:56:42 +01:00
sdb.mk Update to the latest sdb (2.0.0) 2022-12-07 19:08:21 +01:00
seven.c Avoid the use of sprintf() 2023-01-25 21:39:22 +01:00
signal.c Also replace __UNIX__ with R2__UNIX__ 2022-12-10 20:32:10 +01:00
skiplist.c Move the preincrement and void arg from tests to lint.sh ##syntax 2022-11-30 17:13:32 +01:00
skyline.c Rename RVector.len to RVector.length for consistency ##api 2022-11-06 19:48:53 +01: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 Add Pz[ie] command to import/export project in zip format ##projects 2023-03-02 22:11:23 +01:00
str.c Fix UAF in RStr.replaceIcase() spotted by coverity ##util 2023-03-31 13:53:10 +02:00
strbuf.c Fix memleak and oom in bin.symbols 2023-03-05 12:01:01 +01:00
strpool.c More source spacing linting 2022-08-18 14:37: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 Support R2_PREFIX env var to override compile-time PREFIX ##core 2023-03-14 21:30:38 +01:00
syscmd.c Use R_LOG instead of eprintf (Usage in libr/util) 2023-03-14 20:42:02 +01:00
table.c Add :header and :noheader in RTable ##util 2022-09-19 15:58:34 +02:00
thread_chan.c Initial import of the RThreadChannel API with the ::x command ##core 2022-05-08 04:04:50 +02:00
thread_cond.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
thread_lock.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
thread_pipe.c
thread_sem.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
thread.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
time.c Fix minor warnings spotted by the windows build 2022-12-23 01:09:00 +01:00
token.c Add colorization support to pdc output ##decompiler 2022-10-24 16:16:54 +02:00
tree.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
ubase64.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
udiff.c Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
uleb128.c More source spacing linting 2022-08-18 14:37:29 +02:00
unum.c Cleanup and minor improvements for esil.c 2023-02-21 17:39:05 +01:00
utf8.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01: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 Support function arguments without a name ##anal 2023-03-09 14:12:59 +01:00
vector.c Fix minor warnings spotted by the windows build 2022-12-23 01:09:00 +01:00
w32.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
w32dw.c Do the same for __WINDOWS__ -> R2__WINDOWS__ 2022-12-10 20:32:10 +01:00
x509.c Keep the ABI for x509 2023-01-26 02:46:53 +01: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 Use Smallz4 instead of liblz4 which is optional ##build 2023-03-15 15:29:54 +01:00