radare2/libr/util
2018-06-18 00:08:19 +08:00
..
regex Fixed 8 coverity bugs (#8305) 2017-08-25 18:12:12 +02:00
ascii_table.c Use r_cons_printf in ?a and do not use oneliner strings in ascii_table.c 2018-03-21 23:10:17 +01:00
asn1_oids.h s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
asn1.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
asn1.h s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
astr.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
base85.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
base91.c Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
bdiff.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
big-gmp.c
big-ssl.c
big.c
binheap.c Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332) 2017-08-27 18:05:58 +02:00
bitmap.c Add support for 27bit middle-endian registers in r_reg 2017-07-27 22:57:18 +02:00
btree.c Fix wrong usage of sizeof(ptr) 2016-11-08 15:12:43 +01:00
buf.c Add r_buf_new_slice (#10055) 2018-05-09 11:50:53 +02:00
cache.c opsalamance - merge the big siol branch 2017-08-22 09:42:16 +02:00
calc.c Check whether r_num_get is called under r_num_calc and init RNum.nc.errors if not 2018-04-21 11:37:19 +02:00
chmod.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
constr.c
ctype.c Move function pointer check out of if (#10374) 2018-06-18 00:08:19 +08:00
date.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
debruijn.c Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02:00
deps.mk Minor improvements for the makefiles 2018-05-19 01:01:59 +02:00
des.c Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
diff.c Improve build of libr.a and libr.dylib, fix and improve sys/ios-sdk.sh (#10046) 2018-05-09 23:31:52 +02:00
file.c Using randomisation wrapper (#10310) 2018-06-11 02:50:30 +02:00
flist.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
format.c Avoid recursion in self nested struct (#10169) 2018-05-24 12:43:57 +08:00
graph.c Add N key in graph to toggle mini nodes and graph.cmtright 2016-12-19 01:33:54 +01:00
hex.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
iconv.c
idpool.c remove r_oids_sort (reimplementation wip) 2018-05-29 12:19:25 +00:00
json_indent.c Fix warnings with GCC 2017-12-08 15:47:48 +01:00
lib.c fixed ldopen on linux 2018-04-21 18:17:48 +02:00
list.c Fix use of r_list_uniq in disasm, needs more review 2018-02-12 16:00:14 -06:00
log.c More whitelisted auto-indented files 2015-12-08 13:24:21 +01:00
Makefile Flatten RThreadMsg into RCoreTask 2018-06-17 11:34:03 +02:00
mem.c Change of r_mem_memzero signature. In a memory clearance context, (#10342) 2018-06-13 23:05:33 +02:00
meson.build Flatten RThreadMsg into RCoreTask 2018-06-17 11:34:03 +02:00
mixed.c Update sdb-1.1.0, update calls to sdb_fmt() 2018-04-10 23:52:47 +02:00
name.c Fix last covs, and some reindents 2018-04-11 10:25:22 +02:00
pie.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
pkcs7.c Meson updates 2018-05-21 22:13:07 +02:00
pkcs7.h s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
pool.c pool factory init: changes from malloc/memset => calloc (#10320) 2018-06-11 18:08:21 +02:00
print.c Fixed ps N issue with initial nulls 2018-05-15 18:19:31 +02:00
prof.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
punycode.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
qrcode.c Added dense qrcodes functionality, with inverter 'i' code (#8443) 2017-09-11 12:13:48 +02:00
queue.c Coding style fixes while reviewing code 2017-02-08 23:01:42 +01:00
r_json.c Using randomisation wrapper (#10310) 2018-06-11 02:50:30 +02:00
randomart.c Fix #2927 and random code cleanups 2015-07-12 19:20:36 +02:00
range.c Enhance performance in r_anal_fcn_get_in() using tinyrange and sorted adds 2016-10-25 01:12:06 +02:00
rbtree.c Fix last 20 coverity issues 2018-03-19 11:51:04 +01:00
sandbox.c FreeBSD sandboxing. circumspecting the kernel version (#10335) 2018-06-13 13:16:58 +02:00
sdb.mk Upgrade sdb (renames mht to dict) 2017-12-13 03:07:22 +01:00
seven.c Meson updates 2018-05-21 22:13:07 +02:00
signal.c Remove SIGSTKSZ from signal list (#8252) 2017-08-21 09:52:58 +02:00
skiplist.c Fix skiplist compilation problems on windows. 2017-07-24 01:52:00 +02:00
slist.c Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
spaces.c Restore zs names on load. r_spaces refactoring 2017-03-24 22:53:38 +00:00
spp.mk Fixes for axk 2017-10-09 11:39:52 +02:00
stack.c Fix a memory leak in libr/util/stack.c 2017-07-23 14:46:15 +08:00
str_trim.c More killing of strcasecmp/strncasecmp 2018-05-21 22:13:07 +02:00
str.c fix crop utf8 in canvas 2018-06-14 17:46:20 +02:00
strbuf.c Fix r_strbuf_setf when the length of returned string >= 1024 (#8112) 2017-08-03 11:29:36 +02:00
strpool.c r_str_ansi_chop -> r_str_ansi_trim, r_str_chop_path -> r_str_trim_path 2018-01-08 03:33:01 +01:00
sys.c Adding backtrace support to FreeBSD from 10.x release. (#10256) 2018-06-04 16:05:13 +02:00
syscmd.c Fix last 20 coverity issues 2018-03-19 11:51:04 +01:00
thread_cond.c Windows r_cond implementation 2018-06-17 11:34:03 +02:00
thread_lock.c Fix build with musl libc 2017-05-30 20:05:48 +02:00
thread_pipe.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread.c Inline time.h timer api if not available :? 2018-05-21 02:22:17 +02:00
tinyrange.c Fix regression in anal 2016-12-20 01:45:46 +01:00
tree.c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
trie.c Fix #9726 - 1 byte oob read in dalvik analysis 2018-03-21 16:04:15 +01:00
ubase64.c Avoid dupped names in libr_util.a to make emcc happy 2017-01-20 00:06:54 +01:00
uleb128.c Rewrite WASM to fix all oob issues 2017-04-15 19:57:54 +02:00
unum.c acr4random env var propagation fix (#10332) 2018-06-13 01:01:46 +02:00
utf8.c Fix #10261 - Crash in utf8 2018-06-05 16:01:23 +02:00
utf16.c asm.strenc (utf16le) (#7926) 2017-07-16 08:12:11 +02:00
utf32.c Fix runtime error on 32bit systems (#8174) 2017-08-10 16:43:29 +02:00
vector.c Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332) 2017-08-27 18:05:58 +02:00
w32-sys.c Renaming char_to_w32 => utf8_to_utf16 2017-11-03 10:27:18 +08:00
x509.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
x509.h s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
zip.c Fixes for MSVC 2017-05-09 23:53:20 +02:00