rizin/librz/util
2022-10-24 00:40:42 +02:00
..
float RzFloat: Fix endianness conversion (#3079) 2022-10-09 08:05:20 +08:00
regex Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
sdb util/sdb: remove unused #if 2022-07-19 08:45:20 +02:00
alloc.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
annotated_code.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
ascii_table.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 Rename RLogLevel to RzLogLevel (#2618) 2022-05-15 22:13:13 +08:00
astr.c Refactoring and rename RASN1 to RzASN1 2022-10-09 08:09:00 +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 Add extra check on RzBitmap. 2022-08-17 21:20:37 +02:00
bitvector.c PPC uplifting to RzIL (#2823) 2022-08-11 08:41:15 +08:00
buf.c Cleanup endianness on rz_buf_fread/_at (#3109) 2022-10-19 11:04:21 +08: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 Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08: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 Fix Windows cross build (#2897) 2022-08-10 21:49:17 +08: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 Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
file.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08: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 Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +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 Refactoring RzList to remove unused methods and bad naming (#3074) 2022-10-08 08:09:42 +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 rz_mem_swaporcopy 2022-10-20 23:12:58 +02:00
meson.build RzUtil: softfloat support based on bitvector (#2784) 2022-09-14 14:38:22 +02:00
name.c Optimize rz_name_validate_char() 2022-05-11 19:01:46 +08:00
path.c Remove dup rz_windows.h include 2022-08-18 20:11:47 +08: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 Fix endianness in px command 2022-10-20 23:12:58 +02:00
protobuf.c Ownership and doxygen for rz_protobuf_decode 2022-10-09 08:09:00 +08:00
punycode.c Refactoring rz-hash, crypto and hashes interfaces (#1072) 2021-04-26 11:07:52 +02:00
range.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04: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 Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +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 Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
str_trim.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
strbuf.c strbuf.c: Fix some assert return values (#2898) 2022-08-10 22:39:44 +08:00
strpool.c Fix coverity bugs (#1654) 2021-09-11 09:30:57 +02:00
subprocess.c Windows: Subprocess fixes 2022-07-24 21:00:51 +08:00
sys.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
syscmd.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
table.c Remove agd and add rz_analysis_similarity/match + refactoring 2022-10-04 20:02:35 +02: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 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 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 Fix annotation inconsistencies 2022-08-03 00:29:56 -04: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
version.c Move gittip to share/rizin (#2907) 2022-08-11 23:13:38 +08:00
w32-sys.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
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