radare2/libr/util
2017-03-25 03:29:03 +01:00
..
regex Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
base85.c Fix a bunch of pedantic warnings and drop exits in base85 2017-01-15 23:36:19 +01:00
base91.c Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
bdiff.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
big-gmp.c * Autodetect and honor CC environment in ragg2-cc 2011-11-30 18:05:46 +01:00
big-ssl.c * Initial import of OpenSSL r_big API implementation 2010-07-16 23:13:34 +02:00
big.c * Initial import of OpenSSL r_big API implementation 2010-07-16 23:13:34 +02:00
bitmap.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
btree.c Fix wrong usage of sizeof(ptr) 2016-11-08 15:12:43 +01:00
buf.c Fix #6916 - oob in bin_vsf.c 2017-03-09 23:06:27 +01:00
cache.c Apply minor naming and indent changes from the siol branch - thanks condret 2017-03-15 02:22:54 +01:00
calc.c Fix #7006 - Support decimal in unit strings (f.ex: 2.3K) 2017-03-12 23:15:57 +01:00
chmod.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
constr.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
debruijn.c Add fastpath to r_debruijn_offset 2017-02-06 00:03:12 +01:00
deps.mk Fix build with external libzip 2015-10-31 17:32:26 +01:00
des.c Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
diff.c Fix #6806 - invalid delta diff boundaries 2017-02-18 00:04:13 +01:00
file.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
flist.c Import radare2-capstone asm/anal plugins 2014-03-07 04:15:45 +01: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 Reorganize string macros 2017-02-06 00:00:03 +01:00
iconv.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
idpool.c Fix warnings 2017-03-13 03:45:06 +01:00
Jamroot Fix #2674 - merge diff into util 2015-06-02 01:35:12 +02:00
json_indent.c Added custom tab to sdb json_indent function (#7050) 2017-03-19 21:34:30 +01:00
judy64na.c Fix a bunch of pedantic warnings and drop exits in base85 2017-01-15 23:36:19 +01:00
lib.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
list.c Added depth parm to control stack exhaustion sorting 2017-02-07 20:45:15 +01:00
log.c More whitelisted auto-indented files 2015-12-08 13:24:21 +01:00
Makefile More work to remove r_strht 2017-02-24 23:42:17 +01:00
mem.c Do not add zignatures with zero mask 2017-03-19 17:20:31 +00:00
mixed.c Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
name.c Reorganize string macros 2017-02-06 00:00:03 +01:00
p_date.c Fix #242 - Implement HFS timestamp in pth 2017-02-26 23:01:49 +01:00
p_format.c More work to remove r_strht 2017-02-24 23:42:17 +01:00
p_seven.c Support get/set introspection in 'pf' and handle scr.stride in px 2013-02-01 03:15:48 +01:00
pool.c Fix memleaks in zignatures and update spp 2016-12-19 21:39:50 +01:00
print.c More work to remove r_strht 2017-02-24 23:42:17 +01:00
prof.c Fixes parsing bug in java class and and rbinelfFixes in java class and and rbinelf)) 2012-11-14 04:57:56 +01:00
punycode.c Fix #4837 - Support punycode 2017-03-01 09:56:10 +01:00
queue.c Coding style fixes while reviewing code 2017-02-08 23:01:42 +01:00
r_asn1_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_asn1.c ASN1 - Fix memory leaks, clean code and solve crash 2017-03-10 23:14:14 +01:00
r_oids.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7.c Fixed regressions #7066 and #7067 (#7074) 2017-03-20 15:25:14 +01:00
r_x509_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_x509.c Fix #7069 - null dereference in r_x509.c 2017-03-20 23:17:07 +01: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
sandbox.c Do not exit if pledge fails, just return with disabled sandbox 2017-03-20 16:05:48 +01:00
sdb.mk Bump sdb to fix hash collision issues 2017-01-14 22:02:33 +01:00
signal.c Fixed build on Windows (undefined signals) (#6645) 2017-02-03 01:31:29 +01: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 Fix spp build 2016-12-20 01:18:26 +01:00
stack.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
str.c ESIL can now emulate memory mapped devices 2017-03-25 03:29:03 +01:00
strbuf.c Fix #6691 - crash in r_strbuf_appendf. missing va_start 2017-02-05 00:39:19 +01:00
strpool.c Initial speedup for dwarf 50s -> 0.4s, wip 2016-11-15 22:01:08 +01:00
sys.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
syscmd.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
thread_lock.c Fix #6560 Unify Windows/Win32 define 2017-02-26 16:51:03 +01:00
thread_msg.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread_pipe.c Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
thread.c Fix #6560 Unify Windows/Win32 define 2017-02-26 16:51:03 +01: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
ubase64.c Avoid dupped names in libr_util.a to make emcc happy 2017-01-20 00:06:54 +01:00
uleb128.c renamed gum_read_sleb128 to r_sleb128 2016-12-16 13:38:36 +01:00
unum.c Fix #7006 - Support decimal in unit strings (f.ex: 2.3K) 2017-03-12 23:15:57 +01:00
utf8.c Fix a few warnings 2016-09-13 20:35:15 +02:00
w32-sys.c Improve Windows search path for sdb (#6802) 2017-02-17 04:31:20 +01:00
zip.c correct usage of inflate() in *.sig loader 2015-11-13 20:44:32 +01:00