rizin/librz/util
2023-08-03 15:35:25 +08:00
..
float ARMv7 NEON and VFP for rzil (#3528) 2023-07-09 00:43:18 +08:00
regex Replace bp/sp-vars by generic stack-based ones (#3167) 2023-01-02 11:36:21 +08:00
sdb Add io.h to sdb_private.h 2023-05-09 15:42:21 +08:00
alloc.c Move rz_mem_alloc() to rz_alloc.h (#3410) 2023-03-01 20:21:26 +08:00
annotated_code.c Remove dead code in RzUtil alloc 2023-03-01 11:12:03 +08:00
ascii_table.c
asn1.c Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +08:00
asn1_oids.h Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +08:00
assert.c
astr.c Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +08:00
axml.c fix pointer casting to integer (#3532) 2023-05-28 19:22:29 +08:00
axml_resources.h
base85.c
base91.c
big-gmp.c
big-ssl.c
big.c
bitvector.c Adds const to rz_bv_as[_hex]_string 2022-12-04 16:53:58 +01:00
buf.c Fix rz_buf_uleb128 2023-07-30 16:16:52 +08:00
buf_bytes.c util/buf: avoid undefined behaviour when dealing with empty files 2023-04-05 17:15:52 +08:00
buf_file.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
buf_io.c io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
buf_io_fd.c
buf_mmap.c util: fix resize of mmap-ed files 2023-04-05 17:15:52 +08:00
buf_ref.c
buf_sparse.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
calc.c
chmod.c
compression.c Fixing some Coverity issues (#3261) 2022-12-31 16:57:19 +08:00
debruijn.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
ebcdic.c
event.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
file.c Make rz_file_path_join prepared for an empty string in the first arg 2023-08-03 15:35:25 +08:00
getopt.c
graph.c
graph_drawable.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
hex.c Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
idpool.c Remove RQueue (#2720) 2022-06-22 22:41:05 +08:00
intervaltree.c
json_indent.c
json_parser.c Replace bp/sp-vars by generic stack-based ones (#3167) 2023-01-02 11:36:21 +08:00
lang_byte_array.c
lib.c librz: do not duplicate plugins (#3313) 2023-01-23 12:51:09 +00:00
list.c librz: do not duplicate plugins (#3313) 2023-01-23 12:51:09 +00:00
log.c Coverity fixes - memory leaks, UAFs (#3335) 2023-02-02 08:59:07 +08:00
luhn.c
mem.c Add analysis for Objective-C selector stubs 2023-03-21 19:33:49 +01:00
meson.build Add thread-safe hash tables (#3491) 2023-05-02 22:11:53 +08:00
name.c
path.c build: Introduce EXTRA_PREFIX for loading plugins/resources from another path 2023-05-19 16:42:35 +02:00
pj.c Remove sdb json (#1118) 2022-07-12 22:48:33 +08:00
pkcs7.c Convert pF commands to the rzshell (#3071) 2022-10-09 19:18:05 +02:00
print.c Remove useless null strings (#3457) 2023-04-11 17:42:40 +08:00
protobuf.c Ownership and doxygen for rz_protobuf_decode 2022-10-09 08:09:00 +08:00
punycode.c
range.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
rbtree.c
serialize_spaces.c
signal.c
skiplist.c
skyline.c
spaces.c
stack.c
str.c Rename separator_get_first and word_get_first ##refactor (#3559) 2023-06-11 19:38:42 +08:00
str_constpool.c
str_search.c Remove old string detection methods. (#3584) 2023-06-18 18:12:59 +08:00
str_trim.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
strbuf.c Coverity fixes - memory leaks, NULL dereferences (#3339) 2023-02-04 20:01:42 +08:00
strpool.c
subprocess.c Fix Coverity defects for RzSubprocess PTY changes (#3260) 2023-01-01 15:55:32 +08:00
sys.c Add reason when failing loading a windows dll (#3592) 2023-06-20 15:49:31 +08:00
syscmd.c Refactor ls command for rzshell (#3600) 2023-06-24 20:49:12 +08:00
table.c Add p=r command to display entropy edges (#3671) 2023-07-20 11:21:50 +08:00
thread.c fix pointer casting to integer (#3532) 2023-05-28 19:22:29 +08: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_hash_table.c Add thread-safe hash tables (#3491) 2023-05-02 22:11:53 +08:00
thread_iterators.c Add threaded iterators (#3480) 2023-04-26 13:23:15 +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 Threaded analysis matching (#3090) 2022-10-24 00:40:42 +02: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 Fix windows and cpp compatibility (#2887) 2022-08-08 17:57:30 +02:00
tree.c Remove RQueue (#2720) 2022-06-22 22:41:05 +08:00
ubase64.c
uleb128.c
unum.c Improve cmd_help.yaml and fix random number generator (#3452) 2023-04-07 20:22:01 +08:00
utf8.c Use clang-format 15 instead of 14 2023-01-25 22:02:26 +08:00
utf16.c Cleanup of utf8.c and utf16.c files. (#2715) 2022-06-21 12:12:48 +02:00
utf32.c
vector.c Fix multiple memory leaks 2023-06-05 22:41:20 +08:00
version.c Move gittip to share/rizin (#2907) 2022-08-11 23:13:38 +08:00
w32-sys.c
x509.c Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +08:00
x509.h Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +08:00