radare2/libr/util
2023-09-19 06:36:58 +02:00
..
d Fix the build conflict between xtensa and loongarch on Windows 2022-05-02 20:29:07 +02:00
regex Remove global from the regular expression code 2023-09-12 18:08:01 +02: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 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 Use cast to fix a int->double on msvc 2023-08-06 12:20:14 +02: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 Branch prediction optimizations (1/3) ##performance 2023-04-18 16:10:16 +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 Branch prediction optimizations (1/3) ##performance 2023-04-18 16:10:16 +02:00
calc.c Fix UAF in RNumCalc ##crash 2023-05-08 19:32:07 +02: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 RBinPlugin.loadBuffer() -> load() .. and checkBuffer() too ##api 2023-08-17 16:36:01 +02:00
format.c Redesigned IO cache with layers ##io 2023-06-14 18:26:12 +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 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 Enhance RHex API preconditions and fix asan unit tests 2023-06-21 21:20:10 +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 Fix removing core plugins from Lc after L- ##core 2023-06-27 11:45:23 +02:00
list.c Remove RList.get_top and RList.get_bottom 2023-03-03 10:14:51 +01:00
log.c Fix #21970 - Null checks in the R_LOG api ##crash 2023-06-27 18:10:00 +02:00
Makefile LZ4 removal for make and meson, relates to #19849 ##build 2023-06-18 20:59:07 +02:00
mem.c Remove some more analplug fields and add RMem.set() 2023-07-11 12:07:19 +02:00
meson.build LZ4 removal for make and meson, relates to #19849 ##build 2023-06-18 20:59:07 +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 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 Fix 8 byte oobread on pkcs7 parser ##crash 2023-04-19 17:25:28 +02:00
print_code.c Fix pcc trifids confussion issue ##print 2022-12-11 04:26:17 +01:00
print.c Add progressbar in 'aaa' when scr.demo is set ##analysis 2023-08-29 14:56:08 +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 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 Few patches coming from the recursefails PR 2023-04-27 13:35: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 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 RFile.path() returns NULL if not found ##util 2023-06-08 18:44:52 +02:00
sdb.mk Swiss htuu / htpu / htsu ##util 2023-08-14 11:07:59 +02: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 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 Add Pz[ie] command to import/export project in zip format ##projects 2023-03-02 22:11:23 +01:00
str.c Add "intel" syntax support for the nds32 plugin ##arch 2023-09-02 19:53:21 +02:00
strbuf.c Make V/ update the highlights in realtime ##visual 2023-07-06 17:08:05 +02: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 Set library path for r2 prefix and r2pm prefix in r2pm -r ##r2pm 2023-06-20 00:09:24 +02:00
syscmd.c Hide duplicated xrefs in zg ##zignatures 2023-07-25 20:03:32 +02: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 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 Remove global state in time.c ##util 2023-05-09 16:29:07 +02: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 Add support for base36 numbers ##util 2023-05-17 23:47:17 +02:00
udiff.c Fix memory leaks in diffing code ##util 2023-07-18 10:57:54 +02:00
uleb128.c Avoid large allocation in the elf parser ##crash 2023-04-12 11:06:21 +02:00
unum.c Move the base36 api from .h to .c ##api 2023-06-12 16:39:25 +02:00
utf8.c Better default colors that works for light and dark terminals ##cons 2023-06-19 01:48:45 +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 Unset struct.<struct_name>.<field_name>.meta keys when deleting a struct type, fixes #22136 2023-08-08 10:51:13 +02:00
vector.c Branch prediction optimizations (1/3) ##performance 2023-04-18 16:10:16 +02: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 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