.. |
d
|
Add 'ascii' charset #print
|
2020-12-28 21:30:36 +01:00 |
regex
|
Fix r2 - tab crash related to regex apis
|
2021-01-09 12:47:47 +01:00 |
alloc.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
annotated_code.c
|
Add Function Name, Constants, Globals and Local Variables to RAnnotatedCode (#17429)
|
2020-08-10 13:40:16 +03:00 |
ascii_table.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
asn1_oids.h
|
Sorted OIDs (#11593)
|
2018-09-20 15:18:06 +02:00 |
asn1.c
|
Fix incorrect uses of printf-like functions ##refactor (#17648)
|
2020-10-13 16:26:15 +02:00 |
assert.c
|
Be consistent and make all env vars start with R2_ (#16841)
|
2020-05-18 13:21:50 +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
|
Refactor r_big for gmp and ssl ##util (#16804)
|
2020-05-14 02:45:10 +02:00 |
big-ssl.c
|
Refactor r_big for gmp and ssl ##util (#16804)
|
2020-05-14 02:45:10 +02:00 |
big.c
|
Fix bignum issues from Facebook Infer (#16826)
|
2020-05-16 12:05:10 +08:00 |
binheap.c
|
Add unit tests for binheap (#17367)
|
2020-07-31 18:09:50 +08:00 |
bitmap.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
buf_bytes.c
|
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
|
2020-04-05 19:24:36 +02:00 |
buf_file.c
|
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
|
2020-04-05 19:24:36 +02:00 |
buf_io.c
|
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
|
2020-04-05 19:24:36 +02:00 |
buf_mmap.c
|
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
|
2020-04-05 19:24:36 +02:00 |
buf_ref.c
|
Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin
|
2020-04-05 19:24:36 +02:00 |
buf_sparse.c
|
Fix s390x test_buf
|
2021-01-05 10:22:50 +01:00 |
buf.c
|
Code cleanup and other minor refactoring changes
|
2021-01-09 17:38:54 +01:00 |
cache.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
calc.c
|
Clean up r_num ##util ##refactor (#18049)
|
2020-12-17 22:24:27 +01:00 |
charset.c
|
Use r_str_get_fail() throughout codebase ##refactor (#18079)
|
2020-12-21 08:51:44 +01:00 |
chmod.c
|
Boolify some RUtil.file APIs ##util (#16734)
|
2020-04-28 14:00:42 +08:00 |
debruijn.c
|
Fix #16138 - Do not preincrement when it's not necessary (#16151)
|
2020-03-05 19:06:59 +01:00 |
deps.mk
|
Fix Cydia/iOS packaging and compilation issues ##build (#17342)
|
2020-08-14 13:17:32 +08:00 |
donut.c
|
Add r2 -NN to not load plugins ##core (#16415)
|
2020-04-05 15:02:46 +02:00 |
event.c
|
Use flat RVector for all_calbacks in REvent
|
2019-02-05 14:26:49 +01:00 |
file.c
|
Add RFile.new and RFile.move APIs ##util
|
2021-01-03 10:54:00 +01:00 |
flist.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
format.c
|
Multiple refactors in io and util ##io ##util ##refactor
|
2020-12-13 05:09:13 +01: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_drawable.c
|
Multiple refactors in io and util ##io ##util ##refactor
|
2020-12-13 05:09:13 +01:00 |
graph.c
|
Graph refactor ##refactor (#17631)
|
2020-10-06 10:57:51 +08:00 |
hex.c
|
Initial implementation of r_cons_eprintf ##cons (#18145)
|
2020-12-31 19:35:01 +01:00 |
idpool.c
|
Implement first/last/next/prev fd APIs ##io
|
2020-11-01 11:33:31 +01:00 |
intervaltree.c
|
Add breaking to RIntervalIterCb
|
2020-05-09 12:27:17 +02:00 |
json_indent.c
|
Fix #16233 - ~{} works on colorized JSONs ##json (#16425)
|
2020-04-06 16:08:47 +08:00 |
json_parser.c
|
Fix warning in the JSON parser (#17827)
|
2020-10-26 14:07:15 +08:00 |
lib.c
|
Fix plugin type name array issue in Lc command
|
2021-01-16 03:20:20 +01:00 |
list.c
|
Type and null check fixes for RConfig
|
2021-01-18 11:15:04 +01:00 |
log.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
Makefile
|
Improve code, add cfg.charset, use pse, add test ##print
|
2020-12-14 12:11:13 +01:00 |
mem.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
meson.build
|
Improve code, add cfg.charset, use pse, add test ##print
|
2020-12-14 12:11:13 +01:00 |
name.c
|
Fix 32 critical COVs (UAF, UB and OOB) (#18077)
|
2020-12-21 01:10:22 +01:00 |
pie.c
|
Initial implementation of RConsCanvas.circle and bubble graphs ##graph
|
2019-06-28 09:39:57 +02:00 |
pj.c
|
Add cfg.json.* encoding options (#17681) ##json
|
2020-10-27 11:46:27 +01:00 |
pkcs7.c
|
Fix MS-DOS fuzz tests (#17496)
|
2020-08-20 12:17:13 +08:00 |
print_code.c
|
Fix arm32 db/cmd/cmd_pc (#18053)
|
2020-12-20 19:56:27 +01:00 |
print.c
|
Remove all dead assignment detect by clang sa (#310) ##rizin
|
2021-01-19 05:37:17 +01:00 |
prof.c
|
Towards emscripten build fix (update sdb) ##build
|
2019-07-07 16:52:41 +02:00 |
protobuf.c
|
Fix #16564 - no more bitfields. (#16591)
|
2020-04-14 10:21:58 -05: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
|
Bring merge sort and insertion sort cmp function semantics together (#17473) ##util
|
2020-09-09 15:45:34 +02:00 |
rbtree.c
|
add r_rbtree_cont_first
|
2020-12-13 02:43:13 +01:00 |
sandbox.c
|
Fix the CI badge and fully rewrite all the workflows to make sense ##build
|
2021-01-12 13:41:21 +01:00 |
sdb.mk
|
Fix race condition and remove unnecessary SDB build targets ##build (#17476)
|
2020-08-19 10:31:20 +02:00 |
seven.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
signal.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
skiplist.c
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
skyline.c
|
Fix another UAF in skyline ##Refactor (#17972)
|
2020-11-27 12:23:44 +08:00 |
spaces.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +02:00 |
spp.mk
|
Update spp to 1.2.0 (#17243)
|
2020-07-09 17:20:06 +08:00 |
stack.c
|
Some random cleanups in RUtil (#16457)
|
2020-04-07 14:07:40 +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 |
str.c
|
Implement RTable:sql and add RTable.name ##core
|
2021-01-15 10:56:58 +01:00 |
strbuf.c
|
Add r_strbuf_initf() ##util (#17634)
|
2020-09-13 10:08:56 +02:00 |
strpool.c
|
Fix 32 critical COVs (UAF, UB and OOB) (#18077)
|
2020-12-21 01:10:22 +01:00 |
sys.c
|
Fix the CI badge and fully rewrite all the workflows to make sense ##build
|
2021-01-12 13:41:21 +01:00 |
syscmd.c
|
Add RFile.new and RFile.move APIs ##util
|
2021-01-03 10:54:00 +01:00 |
table.c
|
Implement RTable:sql and add RTable.name ##core
|
2021-01-15 10:56:58 +01:00 |
thread_cond.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02: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 |
thread.c
|
Fix some warnings
|
2020-11-16 18:56:21 +08:00 |
time.c
|
Fix ctime/asctime and refactor r_asctime_r ##refactor (#17911)
|
2020-11-12 12:25:33 +08: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 |
udiff.c
|
Fixing clang flow warnings (#321) ##rizin
|
2021-01-19 05:37:17 +01:00 |
uleb128.c
|
Fix #17353 - Remove duplicated implementation of uleb128 in mach0 ##bin (#17489)
|
2020-09-24 09:47:23 +02:00 |
unum.c
|
Lowercase DEX method attributes and move r_num_bit_count() ##bin
|
2021-01-09 17:38:54 +01:00 |
utf8.c
|
Fix LGTM warning in UTF8 handling (#16507)
|
2020-04-10 12:02:08 +08: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 |
utype.c
|
Refactoring function r_type_func_guess
|
2021-01-19 05:37:17 +01:00 |
vector.c
|
Various fixes based on fuzz bins for rabin2 (#17199)
|
2020-07-06 20:19:25 +08:00 |
w32-sys.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
x509.c
|
Fix null dereference in Pe64_bin_pe_compute_authentihash ##bin (#17466)
|
2020-08-17 12:36:05 +08: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 |