radare2/libr/util
pancake fd8e97034b Expose r_w32_ function APIs instead of global symbols ##windows
* This fixes some long standing bugs related to linker problems
2021-08-27 03:03:34 +02:00
..
d Fix meson build and proper use of cgen ##build (#18920) 2021-07-21 17:22:39 +02:00
regex Fix warnings in regerror.c 2021-05-20 00:22:50 +02:00
alloc.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02: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 ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +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 Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
axml_resources.h Android Binary XML support (#18545) ##print 2021-04-08 19:26:55 +02:00
axml.c Remove assertion in pFA ##print (#18707) 2021-05-19 16:15:55 +02:00
base85.c Delete the use and definition of "eprint" (#15716) 2019-12-28 23:31:38 +01:00
base91.c
bdiff.c Fix format string in table and minor type regression 2021-03-15 01:48:59 +01:00
big-gmp.c Refactor r_big for gmp and ssl ##util (#16804) 2020-05-14 02:45:10 +02:00
big-ssl.c Fix c89 warnings 2021-02-11 16:01:48 +01:00
big.c Fix various issues spotted by the VS warnings 2021-08-18 01:40:30 +02: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 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 Fix s390x test_buf 2021-01-05 10:22:50 +01:00
buf.c Fix #18932 - RBuffer caused a double free when resizing wholebuf instances 2021-07-25 22:01:32 +02:00
cache.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
calc.c Honor < and > comparison operators in RNumMath ##shell (#18979) 2021-08-13 21:13:13 +02:00
charset.c Fix meson build and proper use of cgen ##build (#18920) 2021-07-21 17:22:39 +02:00
chmod.c Avoid to use the getcwd(NULL) on non-gnu libcs 2021-08-23 12:34:10 +02:00
debruijn.c Random null deref and more size_t fixes 2021-03-15 01:48:59 +01:00
deps.mk Fix the wasi build 2021-08-25 16:53:08 +02:00
donut.c Fix back the donut 2021-08-25 14:46:21 +02:00
event.c Use flat RVector for all_calbacks in REvent 2019-02-05 14:26:49 +01:00
file.c Code cleanup, somewhat related to windows code 2021-08-27 03:03:34 +02:00
flist.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
format.c Expose r_w32_ function APIs instead of global symbols ##windows 2021-08-27 03:03:34 +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 Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
graph.c Graph refactor ##refactor (#17631) 2020-10-06 10:57:51 +08:00
hex.c Fix null deref in arm64 esil 2021-05-09 01:09:39 +02:00
idpool.c Implement first/last/next/prev fd APIs ##io 2020-11-01 11:33:31 +01:00
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_parser.c Fix warning in the JSON parser (#17827) 2020-10-26 14:07:15 +08:00
lib.c Code cleanup, somewhat related to windows code 2021-08-27 03:03:34 +02:00
list.c Add r_list_iter_get_prev (siol eternal) ##util 2021-06-07 22:44:03 +02:00
log.c Code cleanup, somewhat related to windows code 2021-08-27 03:03:34 +02:00
Makefile Improve portability by defining util deps properly 2021-08-25 13:47:36 +02:00
mem.c Initial implementation of spp, snp, /bp and /pp to find next/prev preludes ##search 2021-06-28 00:31:08 +02:00
meson.build Use dynamic api resolution on windows builds for better portability ##windows 2021-06-21 23:09:14 +02:00
name.c Fix memleaks spotted by coverity 2021-07-29 19:53:50 +02:00
pie.c Fix various issues spotted by the VS warnings 2021-08-18 01:40:30 +02:00
pj.c Use pj in debug ##refactor (#18270) 2021-01-24 16:07:30 +01:00
pkcs7.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
print_code.c null argument issues 2021-03-15 01:48:59 +01:00
print.c Fix meson build and proper use of cgen ##build (#18920) 2021-07-21 17:22:39 +02:00
prof.c More build fixes for SerenityOS 2021-07-07 19:03:54 +02:00
protobuf.c Fix #16564 - no more bitfields. (#16591) 2020-04-14 10:21:58 -05:00
punycode.c Fully de-assert the codebase. Instead use r_return_if_fail 2021-07-13 01:23:30 +02:00
qrcode.c
queue.c
randomart.c
range.c Fix dead increments 2021-01-25 00:34:58 +01:00
rbtree.c Add r_rbtree_cont_node_{first/last} (siol_eternal) ##util 2021-05-30 19:07:05 +02:00
sandbox.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
sdb.mk Add initial support for building r2 on WASI ##build 2021-06-20 17:14:43 +02:00
seven.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
signal.c Add RSignal.toHuman() and improve RDebugReason.toString() ##debug 2021-07-17 13:00:21 +02:00
skiplist.c Fix memleak in db/esil/apple (#18238) ##bin 2021-01-19 11:49:42 +01:00
skyline.c Fix another UAF in skyline ##Refactor (#17972) 2020-11-27 12:23:44 +08:00
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 Use HtPP for RStrConstPool (#15424) ##util 2019-11-06 21:55:46 +01:00
str_trim.c Optimize and improve r_name_filter calls ##core 2021-07-26 01:03:34 +02:00
str.c Fix various issues spotted by the VS warnings 2021-08-18 01:40:30 +02:00
strbuf.c Small optimzation to r_strbuf_vappendf (#18665) 2021-05-07 00:18:12 +02:00
strpool.c Fix 32 critical COVs (UAF, UB and OOB) (#18077) 2020-12-21 01:10:22 +01:00
sys_w32.c Code cleanup, somewhat related to windows code 2021-08-27 03:03:34 +02:00
sys.c Expose r_w32_ function APIs instead of global symbols ##windows 2021-08-27 03:03:34 +02:00
syscmd.c Add initial support for building r2 on WASI ##build 2021-06-20 17:14:43 +02:00
table.c Fix format string in table and minor type regression 2021-03-15 01:48:59 +01:00
thread_cond.c ThreadCond APIs require windows 2008 or higher (#18857) 2021-06-22 02:22:32 +02:00
thread_lock.c Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
thread_pipe.c
thread_sem.c Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
thread.c Fix the wasi build 2021-08-25 16:53:08 +02:00
time.c Expose r_w32_ function APIs instead of global symbols ##windows 2021-08-27 03:03:34 +02:00
tree.c
ubase64.c Fix ?b64- command 2019-07-23 02:50:35 +02:00
udiff.c Code cleanup, somewhat related to windows code 2021-08-27 03:03:34 +02:00
uleb128.c Fix #18604 - UB in left shift parsing uleb128 (#18605) 2021-04-21 11:29:33 +02:00
unum.c Fix various issues spotted by the VS warnings 2021-08-18 01:40:30 +02:00
utf8.c Fix LGTM warning in UTF8 handling (#16507) 2020-04-10 12:02:08 +08: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 Refactoring function r_type_func_guess 2021-01-19 05:37:17 +01:00
vector.c Fix crash in V. when no maps loaded 2021-04-30 00:35:51 +02:00
w32.c Expose r_w32_ function APIs instead of global symbols ##windows 2021-08-27 03:03:34 +02:00
x509.c Fix ASAN crash spotted after r_str_ndup refactoring in x509 (#18481) 2021-03-18 02:21:00 +01:00
x509.h Make axj outputting the same data as ax (#11575) 2018-09-21 02:33:12 +02:00
zip.c Support FLIRT v5 file format compression ##signatures 2021-08-03 12:35:48 +02:00