.. |
regex
|
Fix warnings (#5078)
|
2016-06-06 00:33:11 +02:00 |
base64.c
|
Fix b64 decode oob vuln ported from sdb
|
2016-08-15 01:03:22 +02:00 |
base85.c
|
|
|
base91.c
|
Add crypto plugin for base64 and base91
|
2016-04-13 10:34:55 +02:00 |
bdiff.c
|
|
|
big-gmp.c
|
|
|
big-ssl.c
|
|
|
big.c
|
|
|
bitmap.c
|
add RBitmap to the rapi (#5176)
|
2016-06-19 11:10:59 +02:00 |
btree.c
|
Fix doublefree in btree and use-after-free in windbg
|
2015-11-02 12:32:31 +01:00 |
buf.c
|
Fix latest coverities
|
2016-09-01 12:39:32 +02:00 |
cache.c
|
Infer fixes Round 2 (#4993)
|
2016-05-24 22:22:15 +02:00 |
calc.c
|
Fix #5449 - Fix floating point computation
|
2016-08-04 19:45:36 +02:00 |
chmod.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
constr.c
|
|
|
debruijn.c
|
Fix debrujn format strings
|
2016-08-19 12:58:07 +02:00 |
deps.mk
|
Fix build with external libzip
|
2015-10-31 17:32:26 +01:00 |
des.c
|
|
|
diff.c
|
fix crashes in radiff
|
2016-07-26 22:34:00 +02:00 |
file.c
|
Big Endian fixes, mainly for ELF (WIP) (#5535)
|
2016-08-16 14:22:26 +02:00 |
flist.c
|
|
|
graph.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
hex.c
|
Remove dupped hex2int function
|
2016-07-27 12:51:55 +02:00 |
ht64.c
|
|
|
ht.c
|
added free function into RHashTable (#5249)
|
2016-07-02 11:50:30 +02:00 |
iconv.c
|
|
|
Jamroot
|
|
|
judy64na.c
|
Cleaning conditional directives that break statements.
|
2015-12-03 12:35:10 +01:00 |
lib.c
|
Fix io.self dlsym for r_lib_dl_open
|
2016-07-30 14:15:29 +02:00 |
list.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
log.c
|
More whitelisted auto-indented files
|
2015-12-08 13:24:21 +01:00 |
Makefile
|
Add and use tinyrange.c: get 10% speedup in analysis
|
2016-08-21 01:41:03 +02:00 |
mem.c
|
More ELFic works
|
2016-09-04 14:03:35 +02:00 |
mixed.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
name.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
num.c
|
Fix #5476 - fix UAF executing twice izz~:0
|
2016-08-28 17:36:18 +02:00 |
p_date.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
p_format.c
|
Fix #5640
|
2016-09-02 22:27:24 +02:00 |
p_seven.c
|
|
|
pool.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
print.c
|
Add ?w and drop anal.vars check in afva command
|
2016-09-03 14:22:31 +02:00 |
prof.c
|
|
|
punycode.c
|
Infer fixes Round 2 (#4993)
|
2016-05-24 22:22:15 +02:00 |
queue.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
randomart.c
|
|
|
range.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
sandbox.c
|
Add rabin2 -X and r_bin_package for FAT and ZIP
|
2016-08-30 04:26:20 +02:00 |
sdb.mk
|
Aim to fix the sdb_version race condition issue
|
2016-06-25 18:26:34 +02:00 |
slist.c
|
Infer fixes Round 2 (#4993)
|
2016-05-24 22:22:15 +02:00 |
spaces.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
stack.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
str.c
|
Add support for conditional breakpoints running r2 commands
|
2016-09-01 19:11:46 +02:00 |
strbuf.c
|
Fix some minor memory leaks, Properly make check_fcn public
|
2016-05-15 02:43:10 +02:00 |
strht.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
strpool.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
sys.c
|
r_sys_mkdir() is now a function instead of a macro to properly check the sandbox
|
2016-08-28 22:14:28 +02:00 |
thread_lock.c
|
remove double lock
|
2016-03-31 14:21:23 -04:00 |
thread_msg.c
|
|
|
thread_pipe.c
|
|
|
thread.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
tinyrange.c
|
Rollback the tinyrange optimization
|
2016-08-21 03:07:19 +02:00 |
tree.c
|
Infer fixes Round 2 (#4993)
|
2016-05-24 22:22:15 +02:00 |
uleb128.c
|
Fix crash dwarf again
|
2016-07-08 23:16:24 +02:00 |
utf8.c
|
Fix #3286 - Use stdbool.h
|
2016-07-12 22:15:19 +02:00 |
w32-sys.c
|
Propagate location information in perror
|
2016-05-14 08:42:56 +03:00 |
zip.c
|
correct usage of inflate() in *.sig loader
|
2015-11-13 20:44:32 +01:00 |