radare2/libr/util
2017-07-29 20:30:02 +08:00
..
regex Add missing free() in regcomp.c 2017-05-07 11:52:47 +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 #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 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 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02: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 Support underscores in hex numbers 2017-07-10 12:31:50 +02: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 Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02: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 More fixes for mingw 2017-05-10 15:32:34 +02:00
file.c fix a wrong definition to call GetLongPathName and fix for #8044 (#8053) 2017-07-29 02:07:42 +02:00
flist.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02: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 Fix #7569 - Show comments in pxa too 2017-05-23 15:53:58 +02:00
iconv.c Update sdb, simplify some makefiles 2013-07-15 02:51:55 +02:00
idpool.c Fix a few leaks 2017-07-29 20:30:02 +08:00
json_indent.c Fix last covs 2017-05-19 13:43:33 +02:00
lib.c Do not load .dSYM plugins 2017-07-27 23:06:03 +02:00
list.c Get ready for the 1.6 release 2017-07-10 01:32:50 +02:00
log.c More whitelisted auto-indented files 2015-12-08 13:24:21 +01:00
Makefile asm.strenc (utf32le) (#7946) 2017-07-17 19:07:38 +02:00
mem.c Fix testsuite and remove commented code 2017-07-28 04:39:20 +02:00
meson.build Fix skiplist compilation problems on windows. 2017-07-24 01:52:00 +02: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 Fixes for MSVC 2017-05-09 23:53:20 +02:00
p_format.c Fix #7456 - Warnings in r2 -nn ELF 2017-05-29 02:31:28 +02: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 Several bug fixes in the android build scripts and other candies 2017-04-18 11:25:26 +02:00
print.c Fix a few leaks 2017-07-29 20:30:02 +08: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 Honor scr.utf8 in pq (qrcode) 2017-07-19 16:50:53 +02: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 Fix latest covs 2017-07-14 17:36:21 +02:00
r_json.c Fix two memleaks in r_json and r_x509 2017-05-11 12:29:42 +02: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 Fix #8043 #8042 and #8041 - null derefs in x509 and asn1 parsers 2017-07-27 16:39:44 +02: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 a few leaks 2017-07-29 20:30:02 +08: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 Send SIGTSTP to the process group of r2 when SUSP key is pressed. (#7983) 2017-07-21 18:03:44 +02: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
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 Fix spp build 2016-12-20 01:18:26 +01:00
stack.c Fix a memory leak in libr/util/stack.c 2017-07-23 14:46:15 +08:00
str.c asm.strenc code cleanup (#8001) 2017-07-24 17:17:24 +02:00
strbuf.c Html filtering on string buffers to avoid sandboxing issues in the http server 2017-07-20 15:36:49 +02:00
strpool.c Fix random code style issues 2017-07-13 00:46:27 +02:00
sys.c Windows XP support test (#7844) 2017-07-10 09:52:00 +02: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 build with musl libc 2017-05-30 20:05:48 +02: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 last covs 2017-07-26 18:46:29 +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
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 Support underscores in hex numbers 2017-07-10 12:31:50 +02:00
utf8.c asm.strenc (utf8, guess) (#7849) 2017-07-02 09:46:59 +02:00
utf16.c asm.strenc (utf16le) (#7926) 2017-07-16 08:12:11 +02:00
utf32.c asm.strenc (utf32le) (#7946) 2017-07-17 19:07:38 +02:00
w32-sys.c added NULL check and memory leak fixed in libr/util/w32-sys.c 2017-07-05 03:40:14 +02:00
zip.c Fixes for MSVC 2017-05-09 23:53:20 +02:00