radare2/libr/util
2024-04-26 17:45:50 +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
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
buf_io.c
buf_mmap.c
buf_ref.c
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 all memleaks spotted by valgrind --leak-check=full in r2pm 2024-04-01 16:22:51 +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 Fix #22132 - Add support for loading zignatures in multiple formats ##signatures 2023-08-17 16:17:06 +02:00
lib.c A little bit more verbose plugin loading debug logs 2024-03-27 21:00:36 +01:00
list.c Remove RList.get_top and RList.get_bottom 2023-03-03 10:14:51 +01:00
log.c Add RLogLevel.toColor() api 2024-02-27 11:02:05 +01:00
Makefile Initial implementation of our custom r_str_printf api 2024-02-08 11:16:42 +01:00
mem.c Fix #22767 - Some UB when malloc(0) in RBuffer api ##crash 2024-03-30 12:07:33 +01:00
meson.build Initial implementation of our custom r_str_printf api 2024-02-08 11:16:42 +01: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 Remove two more globals from the disasm loop 2023-10-26 12:53:55 +02:00
pkcs7.c Please some else lints 2023-11-13 15:52:48 +01:00
print_code.c Add pcY for quiet yara bytestring 2024-04-19 20:16:07 +02:00
print.c Minor cleanup in cmd_print (portion of #19713) 2024-02-25 13:28:12 +01: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 Deprecate r_str_cmp() ##api 2023-04-25 13:44:15 +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 Don't show commit in r2 -v for release builds 2024-04-26 11:03:28 +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 build with --disable-debugstuff 2024-03-30 19:01:46 +01:00
syscmd.c Fix popd warning when there's only 1 pushed folder ##shell 2023-11-10 12:24:10 +01:00
table.c Cleanup of the VisualMarks api 2023-09-12 18:01:44 +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 Fixes for macppc support 2024-02-06 20:11:35 +01: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 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 Handle URL safe base64 decoding ##util 2024-03-06 23:13:48 +01:00
udiff.c Fix diff command ##util 2024-01-16 18:31:36 +01: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 Please some else lints 2023-11-13 15:52:48 +01:00
utf16.c
utf32.c
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