.. |
regex
|
Add support for hex escaped litterals in regular expressions (#15291) ##search
|
2019-10-17 02:38:21 +02:00 |
Makefile
|
Add RIntervalTree data structure ##util (#15541)
|
2019-12-09 00:07:10 +01:00 |
alloc.c
|
Initial support for the r_alloc (+aligned) API ##core
|
2019-02-18 19:13:28 +01: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.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
asn1_oids.h
|
Sorted OIDs (#11593)
|
2018-09-20 15:18:06 +02:00 |
assert.c
|
Show backtrace when assert happens
|
2019-09-01 17:44:33 +02:00 |
astr.c
|
Convert preinc/predec in 3rd part of for statement to postinc/postdec (#16187)
|
2020-03-12 18:40:46 +01:00 |
base85.c
|
Delete the use and definition of "eprint" (#15716)
|
2019-12-28 23:31:38 +01:00 |
base91.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
bdiff.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
big-gmp.c
|
…
|
|
big-ssl.c
|
…
|
|
big.c
|
…
|
|
binheap.c
|
Move trie, mixed, slist into Sdb's Attic, and DES from util to crypto ##refactor
|
2018-11-07 17:18:14 +01:00 |
bitmap.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
buf.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
buf_bytes.c
|
Fix some RBin file format crashes ##bin
|
2019-05-30 15:45:52 +02:00 |
buf_file.c
|
Fix some RBin file format crashes ##bin
|
2019-05-30 15:45:52 +02:00 |
buf_io.c
|
Fix some RBin file format crashes ##bin
|
2019-05-30 15:45:52 +02:00 |
buf_mmap.c
|
Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656)
|
2019-05-15 15:34:06 +02:00 |
buf_ref.c
|
buf_ref: make sure the reference buffer does not exceed the parent size (#15288)
|
2019-10-17 02:39:31 +02:00 |
buf_sparse.c
|
Fix some RBin file format crashes ##bin
|
2019-05-30 15:45:52 +02:00 |
cache.c
|
Minor code cleanups free/R_FREE (#12157)
|
2018-11-14 21:23:20 +01:00 |
calc.c
|
Completely kill the msvc/ directory and the unix-specific includes workarounds
|
2019-03-19 17:34:02 +01:00 |
chmod.c
|
Completely kill the msvc/ directory and the unix-specific includes workarounds
|
2019-03-19 17:34:02 +01:00 |
constr.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
ctype.c
|
Optimize 'tl', r_core_link_stroff and r_type_link_at (0.01s vs 3s) ##types (#16257)
|
2020-03-19 15:44:51 +01:00 |
date.c
|
Fix memleak in r_print_date_unix (#15177)
|
2019-10-03 15:38:33 +02:00 |
debruijn.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
deps.mk
|
Minor improvements for the makefiles
|
2018-05-19 01:01:59 +02:00 |
diff.c
|
Add ccdd command to diff decompiler output of two functions ##diff
|
2020-01-04 01:51:12 +01:00 |
donut.c
|
Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056)
|
2020-03-02 21:39:37 +01:00 |
event.c
|
Use flat RVector for all_calbacks in REvent
|
2019-02-05 14:26:49 +01:00 |
file.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
flist.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
format.c
|
pf: Use elem * 8 for offsets of quadword arrays (#15127)
|
2019-09-26 18:46:28 +02:00 |
getopt.c
|
Always use r_getopt, do not depend on libc (not just on windows) ##core (#16325)
|
2020-03-27 17:06:40 +01:00 |
graph.c
|
Implement ESIL control-flow-graph and further dfg analysis ##anal
|
2019-09-26 11:36:20 +02:00 |
hex.c
|
Add :json,:quiet,strlen,minlen,maxlen,sortlen in table queries ##table
|
2019-10-28 05:55:26 +01:00 |
idpool.c
|
Some Coverity defect fixes (#15626)
|
2019-12-13 11:25:19 -06:00 |
intervaltree.c
|
Some coverity fixes
|
2020-01-08 14:16:11 +01:00 |
json_indent.c
|
FIx warnings with latest GCC on GNU/Linux
|
2019-10-08 17:42:39 +02:00 |
lib.c
|
Fix pkgname version check for real now (#15862)
|
2020-01-20 11:50:22 -05:00 |
list.c
|
Add tests for RList (set, get, reverse, clone, append, prepend) and remove legacy ##test (#16037)
|
2020-02-24 03:44:41 +01:00 |
log.c
|
Fix some COVs (#12255)
|
2018-11-21 17:53:20 +01:00 |
mem.c
|
Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656)
|
2019-05-15 15:34:06 +02:00 |
meson.build
|
Initial Implementation of R2R in C (#16216) ##test
|
2020-03-24 20:18:16 +01:00 |
name.c
|
Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056)
|
2020-03-02 21:39:37 +01:00 |
pie.c
|
Initial implementation of RConsCanvas.circle and bubble graphs ##graph
|
2019-06-28 09:39:57 +02:00 |
pj.c
|
Add pj_ad api to print raw data ##json
|
2020-03-20 19:35:41 +01:00 |
pkcs7.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
print.c
|
Implement hex.offset config variable to hide address column from hex-dump (#16373) ##print
|
2020-03-31 14:44:23 +02:00 |
prof.c
|
Towards emscripten build fix (update sdb) ##build
|
2019-07-07 16:52:41 +02:00 |
protobuf.c
|
Fix 32bit format string bug in the protobuf decoder
|
2020-02-18 10:27:12 +01: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
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
randomart.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
range.c
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
rbtree.c
|
Code cleanup and refactoring for analysis
|
2020-03-23 09:26:20 +01:00 |
sandbox.c
|
Fix #10851 - Solve slurp messages on http/sandbox/pipe ##remote
|
2019-09-16 14:25:37 +02:00 |
sdb.mk
|
Update SDB after diff update (#15334)
|
2019-10-23 12:05:34 +02:00 |
seven.c
|
Fix #11918 - Moved r_print.h into r_util/r_print.h
|
2018-11-14 10:54:22 +01:00 |
signal.c
|
Remove CYGWIN & MINGW remnants (#13377)
|
2019-03-15 12:55:08 +08:00 |
skiplist.c
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
spaces.c
|
Add user Pointer to RBNodeFree (#15540)
|
2019-12-04 10:10:33 +01:00 |
spp.mk
|
Fixes for axk
|
2017-10-09 11:39:52 +02:00 |
stack.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
str.c
|
Escape broken UTF-8 in Filename (#16351)
|
2020-03-29 21:00:17 +02:00 |
str_constpool.c
|
Use HtPP for RStrConstPool (#15424) ##util
|
2019-11-06 21:55:46 +01:00 |
str_trim.c
|
Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056)
|
2020-03-02 21:39:37 +01:00 |
strbuf.c
|
Initial Implementation of R2R in C (#16216) ##test
|
2020-03-24 20:18:16 +01:00 |
strpool.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
sys.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
syscmd.c
|
Make size arg of r_file_slurp() size_t (#16221)
|
2020-03-15 23:34:38 +01:00 |
table.c
|
Add missing calls to va_end() (#16213)
|
2020-03-13 22:29:47 +01:00 |
thread.c
|
Even more R2R (#16348)
|
2020-03-29 18:07:44 +02:00 |
thread_cond.c
|
Remove CYGWIN & MINGW remnants (#13377)
|
2019-03-15 12:55:08 +08:00 |
thread_lock.c
|
Fix gdbr reg sync and concurrency ##debug
|
2019-12-20 10:17:58 +09:00 |
thread_pipe.c
|
…
|
|
thread_sem.c
|
Remove CYGWIN & MINGW remnants (#13377)
|
2019-03-15 12:55:08 +08:00 |
tinyrange.c
|
Fix regression in anal
|
2016-12-20 01:45:46 +01:00 |
tree.c
|
Add braces to if, else, for, while ... (#11504)
|
2018-09-13 10:17:26 +02:00 |
ubase64.c
|
Fix ?b64- command
|
2019-07-23 02:50:35 +02:00 |
uleb128.c
|
Improve r_buf_buffer and remove r_buf_get_at (#13676)
|
2019-04-15 13:24:15 +02:00 |
unum.c
|
Fix ob 0 (#16333)
|
2020-03-28 17:12:15 +01:00 |
utf8.c
|
Fix some warnings on Windows (#15532)
|
2019-11-30 00:49:16 +01:00 |
utf16.c
|
Support UTF16-BE decoding (#15450)
|
2019-11-14 00:08:37 +08:00 |
utf32.c
|
Support UTF32-BE decoding (#15472) ##bin
|
2019-11-16 11:27:07 +01:00 |
vector.c
|
Initial implementation of the dri command - inverse debug registers ##debug
|
2019-02-21 14:57:04 +01:00 |
w32-sys.c
|
Fix some warnings (#15549)
|
2019-12-08 12:49:58 +01:00 |
x509.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
x509.h
|
Make axj outputting the same data as ax (#11575)
|
2018-09-21 02:33:12 +02:00 |
zip.c
|
Some fixes (#12670)
|
2019-01-07 00:29:23 +01:00 |