pancake
|
d9b548e5b5
|
Fix last covs
|
2017-10-24 16:51:34 +02:00 |
|
pancake
|
5132c88f4d
|
More code cleanup and tweaks for char* r_io_system
|
2017-10-23 00:45:01 +02:00 |
|
pancake
|
a2f7cbeb73
|
Fix last covs in json_indent
|
2017-10-21 11:34:08 +02:00 |
|
pancake
|
5044d90a28
|
Fix crash when opening a fat bin from r2 --
|
2017-10-19 19:59:04 +02:00 |
|
pancake
|
6c17d2036d
|
Initial support for relative installation paths and clean some warnings
|
2017-10-19 01:07:56 +02:00 |
|
pancake
|
520a8bbe0d
|
Fix memleak in r_str_rstr
|
2017-10-16 21:38:27 +02:00 |
|
pancake
|
e17df3ab70
|
Implement pj, pj. and pj.. commands
|
2017-10-16 13:31:13 +02:00 |
|
pancake
|
d2ecf97c17
|
Fix crash in bins/fuzzed/r2_nullptr_r_x509_parse_crl
|
2017-10-12 00:16:53 +02:00 |
|
pancake
|
30d7267bcc
|
Fix sys/ios-cydia.sh build
|
2017-10-10 02:27:34 +02:00 |
|
pancake
|
e165ede434
|
Fixes for axk
|
2017-10-09 11:39:52 +02:00 |
|
Khairul Azhar Kasmiran
|
ab9368966e
|
Cs: show unfiltered strings (#8605)
|
2017-09-29 12:33:24 +02:00 |
|
xarkes
|
b4a1a595c9
|
pf segfault fix (#8592)
|
2017-09-26 23:45:42 +02:00 |
|
pancake
|
45b0c9b3f3
|
Fix #8487 - infinite loop in pf with undefined recursive types
|
2017-09-26 12:49:23 +02:00 |
|
pancake
|
3adb70a753
|
Honor io.0xff in sparse RBuffers
|
2017-09-26 11:55:48 +02:00 |
|
pancake
|
da30f1c80c
|
Fix invalid free with rust core plugin (wip)
|
2017-09-25 16:05:42 +02:00 |
|
pancake
|
8ce09268e1
|
Avoid warning in modern macs for DYLD_PRELOAD via rarun2
|
2017-09-23 02:31:12 +02:00 |
|
Khairul Azhar Kasmiran
|
8d061778bd
|
Csj: add enc and ascii properties (#8570)
|
2017-09-20 18:27:33 +02:00 |
|
pancake
|
1a1958f0e5
|
Fix #8469 - Fix cmd.repeat again and honor opdelta for pd
|
2017-09-18 16:18:12 +02:00 |
|
pancake
|
899d561574
|
Fix two covs
|
2017-09-18 15:46:55 +02:00 |
|
pancake
|
84cc37664a
|
Fix emu test (pf 's' on unreadable memory printing trash)
|
2017-09-18 04:13:49 +02:00 |
|
pancake
|
1bfb5ffba2
|
Fix swprintf crash issue for mingw32 builds
|
2017-09-18 00:06:23 +02:00 |
|
pancake
|
85744e8ae6
|
Fix p- and crash in r_str_const_free
|
2017-09-17 02:39:44 +02:00 |
|
pancake
|
6ddc76ef37
|
Enhance r_str_const api, allowing to specify target cache
|
2017-09-17 02:27:03 +02:00 |
|
Fangrui Song
|
deb7c07c63
|
Intrusive augmented top-down red-black tree
|
2017-09-15 19:36:57 +00:00 |
|
Fangrui Song
|
bd285dedc6
|
Optimize space consumption to O(n) in edit distance (#8481)
|
2017-09-15 13:44:57 +02:00 |
|
pancake
|
98a5b8e44c
|
Fix #8500 - Overflow when indenting too deep JSONs
|
2017-09-13 11:39:10 +02:00 |
|
pancake
|
8315feb1d8
|
Bring back the levenstein and fix previous commit
|
2017-09-13 10:25:13 +02:00 |
|
pancake
|
24c85ac965
|
Bring back the levenstein diff and add missing function signatures
|
2017-09-13 10:16:19 +02:00 |
|
Fangrui Song
|
8f1c3ec6ec
|
Replace radiff2 -s with Eugene W. Myers' O(ND) diff algorithm (insertion/deletion cost=1, no substition)
-ss for Levenshtein edit distance (the current r_diff_buffers_distance_levenstein is incorrect)
|
2017-09-13 10:14:12 +02:00 |
|
pancake
|
5c2a233878
|
Fix warnings
|
2017-09-13 10:09:57 +02:00 |
|
Sven Steinbauer
|
86a3aa92b6
|
Fix asm rep ops from within r2 (#8485)
|
2017-09-12 12:45:37 +02:00 |
|
pancake
|
a0a7ab67b8
|
Fix empty fortune message issue
|
2017-09-12 00:57:55 +02:00 |
|
Fangrui Song
|
24fb614da2
|
Fix a mem leak in idpool.c (#8445)
|
2017-09-12 00:40:21 +02:00 |
|
Phoebe Queen
|
360dfcb470
|
Added dense qrcodes functionality, with inverter 'i' code (#8443)
|
2017-09-11 12:13:48 +02:00 |
|
condret
|
f03e2e4fef
|
fix some stuff
|
2017-09-07 18:27:40 +00:00 |
|
condret
|
e5842479ce
|
add interval api
|
2017-09-07 15:19:17 +00:00 |
|
Fangrui Song
|
4f9cfe359a
|
Fix out-of-bounds read in r_file_hexdump (#8422)
|
2017-09-04 05:01:32 +02:00 |
|
Fangrui Song
|
8b72614bf9
|
Use r_str_ncpy (dst, src, sizeof dst) instead of sizeof dst - 1 (#8420)
Related issue: #8025
|
2017-09-04 02:57:48 +02:00 |
|
pancake
|
5b844f22b0
|
Fix div by 0 in r_print_portionbar
|
2017-09-03 23:51:11 +02:00 |
|
pancake
|
1a55c6cd19
|
A bunch of fixes spotted by the r2diaphora integration
|
2017-09-03 20:47:05 +02:00 |
|
pancake
|
ca123cd1de
|
Add ?eb to print portionbars
|
2017-09-03 01:42:45 +02:00 |
|
pancake
|
7d4db495eb
|
Initial implementation of scr.rainbow for disasm and hexdump
|
2017-08-31 01:11:34 +02:00 |
|
pancake
|
ec2abcdebb
|
Fix build on Linux
|
2017-08-30 17:49:33 +02:00 |
|
pancake
|
8ec5e65d84
|
Blindfix for #8349 - Fix build on macOS 10.7.5
|
2017-08-30 17:03:40 +02:00 |
|
pancake
|
2b181659f0
|
Fix regprofile parsing from remote lldb on ios-arm64
|
2017-08-30 01:17:39 +02:00 |
|
Giovanni
|
d084d92ff0
|
Coverity bugs 29 aug (#8376)
* 1380031 Resource leak
* 1380032 Logically dead code
* 1380034 Dereference before null check
* 1380035 Explicit null dereferenced + flavour
* 1361726 Resource leak
|
2017-08-29 12:39:04 +02:00 |
|
pancake
|
731ff16101
|
Fix null deref on old UNIXes passing NULL in realpath
|
2017-08-28 21:16:43 +02:00 |
|
xarkes
|
4e36b5b8aa
|
Fixed meson build (#8358)
|
2017-08-28 15:09:58 +02:00 |
|
Fangrui Song
|
7ce2ab1672
|
Move libr/include/r_rbtree.h to libr/include/r_util/r_rbtree.h (#8345)
|
2017-08-27 23:56:08 +02:00 |
|
condret
|
8721100e2c
|
a few changes to the rbtree. project "shadow sneak" is comming, and it
brings speed improvement for io.va
|
2017-08-27 22:46:39 +00:00 |
|