rizin/librz/util
2022-07-17 21:33:51 +08:00
..
regex Format according to clang-format-13 2021-11-25 15:44:28 +08:00
alloc.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
annotated_code.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
ascii_table.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
asn1.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
asn1_oids.h Update missing copyrights (#926) 2021-03-29 19:09:25 +08:00
assert.c Rename RLogLevel to RzLogLevel (#2618) 2022-05-15 22:13:13 +08:00
astr.c RzUtil/str: remove len argument from rz_str_filter 2022-04-06 01:46:18 +08:00
axml.c Android Binary XML support (#18545) ##print 2022-06-06 14:35:25 +02:00
axml_resources.h Android Binary XML support (#18545) ##print 2022-06-06 14:35:25 +02:00
base85.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
base91.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
big-gmp.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
big-ssl.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
big.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
bitmap.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
bitvector.c Fix: Allow to setup big endian bitvectors with less than 8bit values. (#2571) 2022-04-29 16:03:42 +02:00
buf.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
buf_bytes.c Add rz_buf_new_with_methods() 2021-05-30 10:53:13 +02:00
buf_file.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
buf_io.c Add IO/Map-based RzBuffer Implementation (#2147) 2021-12-29 10:28:55 +01:00
buf_io_fd.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
buf_mmap.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
buf_ref.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
buf_sparse.c Fix overlapped memcpy in sparse RzBuffer (#2148) 2021-12-28 17:51:38 +01:00
calc.c Add -Wimplicit-fallthrough to meson file (#2438) 2022-03-24 08:27:18 +08:00
chmod.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
compression.c Add liblzma subproject 2022-07-02 10:12:26 +02:00
debruijn.c Finish conversion of w commands to rzshell (#2412) 2022-03-16 11:20:29 +00:00
ebcdic.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
event.c Support self-unhooking of RzEvent Callbacks (#1255) 2021-06-30 19:49:30 +02:00
file.c rz_file_copy use copy_file_range (linux only) (#2570) 2022-04-29 11:03:12 +02:00
getopt.c Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
graph.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
graph_drawable.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
hex.c Fix clang -Wabsolute-value warning + Trigger linux clang build on clang in branch name (#2042) 2021-11-28 20:03:56 +08:00
idpool.c Remove RQueue (#2720) 2022-06-22 22:41:05 +08:00
intervaltree.c intervaltree.c: Check for NULL before using container_of (#1937) 2021-11-04 10:40:59 +01:00
json_indent.c Various fixes in RzUtil (#1938) 2021-11-04 22:54:09 +08:00
json_parser.c Remove sdb json (#1118) 2022-07-12 22:48:33 +08:00
lang_byte_array.c Add rz_lang_byte_array and remove rz_print_code (#2444) 2022-03-25 20:45:57 +08:00
lib.c RzHash: rename everything in librz/hash to RzHash prefix 2022-06-28 21:55:26 +08:00
list.c Add RzBinStrDb and api to interact with it via rz_bin_object_string_* (#2754) 2022-07-01 06:34:41 +08:00
log.c Rename RLogLevel to RzLogLevel (#2618) 2022-05-15 22:13:13 +08:00
luhn.c Refactoring Hash (#1082) 2021-05-02 20:47:17 +08:00
mem.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
meson.build Use add_global_arguments instead of passing cflags/ldflags all around (#2812) 2022-07-17 21:33:51 +08:00
name.c Optimize rz_name_validate_char() 2022-05-11 19:01:46 +08:00
path.c Add rz_path_set_prefix to allow setting the prefix path 2022-06-04 19:31:35 +02:00
pj.c Remove sdb json (#1118) 2022-07-12 22:48:33 +08:00
pkcs7.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
print.c Print: Memoize number of rows for current print 2022-06-19 17:29:42 +08:00
protobuf.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
punycode.c Refactoring rz-hash, crypto and hashes interfaces (#1072) 2021-04-26 11:07:52 +02:00
range.c Fix -Wunused-but-set-variable warnings (#2637) 2022-05-26 18:20:34 +08:00
rbtree.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
serialize_spaces.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
signal.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
skiplist.c Various fixes in RzUtil (#1938) 2021-11-04 22:54:09 +08:00
skyline.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
spaces.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
stack.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
str.c Remove RZ_BIRTH (#2803) 2022-07-13 17:01:42 +08:00
str_constpool.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
str_search.c Multithread string search (#2665) 2022-06-27 23:34:08 +02:00
str_trim.c Add Hexagon IDE conforming packet syntax (#2209) 2022-02-14 02:27:55 +08:00
strbuf.c Optimize RzStrBuf allocation strategy (#2546) 2022-04-19 09:11:45 +08:00
strpool.c Fix coverity bugs (#1654) 2021-09-11 09:30:57 +02:00
subprocess.c Windows: Fix for subprocess API handle inheriting (#2773) 2022-07-08 09:25:21 +08:00
sys.c util: Add documentation for few APIs 2022-06-24 13:30:50 +08:00
syscmd.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
table.c Refactor RzTable: change the implementation to RzVector (#2536) 2022-04-13 00:57:52 +08:00
thread.c Remove rz_th_kill, rz_th_kill_free and rz_th_pool_kill (#2790) 2022-07-08 14:54:51 +02:00
thread.h Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
thread_cond.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
thread_lock.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
thread_pool.c Remove rz_th_kill, rz_th_kill_free and rz_th_pool_kill (#2790) 2022-07-08 14:54:51 +02:00
thread_queue.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
thread_sem.c Refactor thread code and add RzThreadQueue (#2683) 2022-06-19 21:07:13 +08:00
thread_types.c Remove rz_th_kill, rz_th_kill_free and rz_th_pool_kill (#2790) 2022-07-08 14:54:51 +02:00
time.c util: provide rz_time_gettimeofday API (#2811) 2022-07-17 09:57:00 +08:00
tree.c Remove RQueue (#2720) 2022-06-22 22:41:05 +08:00
ubase64.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
uleb128.c Split Dwarf Line Parsing in Parsing, Running and Printing 2021-03-19 18:24:40 +01:00
unum.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
utf8.c Cleanup of utf8.c and utf16.c files. (#2715) 2022-06-21 12:12:48 +02:00
utf16.c Cleanup of utf8.c and utf16.c files. (#2715) 2022-06-21 12:12:48 +02:00
utf32.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
vector.c Refactor RzTable: change the implementation to RzVector (#2536) 2022-04-13 00:57:52 +08:00
w32-sys.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
x509.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
x509.h Update missing copyrights (#926) 2021-03-29 19:09:25 +08:00