Commit Graph

18769 Commits

Author SHA1 Message Date
pancake
a55eda166d Fix #10595 - Fix another oobread in the java parser 2018-07-04 17:09:39 +02:00
pancake
ddc9d0a1ef Fix #10596 - oobread in java parser 2018-07-04 17:04:57 +02:00
pancake
aa04965546 Fix #10586 - Fix oobread in r_bin_java_enclosing_methods_attr_new 2018-07-04 16:59:50 +02:00
pancake
2bd34e1f96 Fix #10584 - Fix 2 byte oobread in the MZ parser 2018-07-04 16:56:26 +02:00
pancake
ad5699f63f Fix #10604 - another oobread crash in the java parser 2018-07-04 16:52:05 +02:00
David CARLIER
62cabc24fe last commit removing split variable, here we remove the field too (#10620) 2018-07-04 16:29:50 +02:00
radare
50e1c69874
Kill anal.split config variable (#10619) 2018-07-04 15:51:37 +02:00
pancake
862a089e43 Revert "Fix #10559 - Overflow in java class parser"
This reverts commit 9cc6dd8fb0.
2018-07-04 15:48:47 +02:00
pancake
afeac9bdca Fix #10603 - oobread crash in java class parser 2018-07-04 15:42:58 +02:00
pancake
a8b6b46569 Fix #10585 - 4 byte oobread asan crash in fatmach0 2018-07-04 12:09:33 +02:00
xarkes
9bedab5184 Escape dwarf info in json (#10616) 2018-07-04 12:07:52 +02:00
pancake
812b96a66c Fix #10605 - Remove spaguetti and finish the null deref fix in the java class parser 2018-07-04 11:58:22 +02:00
pancake
2c77ba35b8 After release version bump 2018-07-04 11:11:08 +02:00
stackrip
ecf109900f Add Colors to Visual Help (#10582)
* Formatting & init fix
* Remove extra space following prompt_read
2018-07-04 10:50:00 +02:00
Vanellope
2aced1540d resizing properly works with split screen (#10606)
* resizing properly works with split screen
* fixed some stupid mistake
2018-07-04 10:43:42 +02:00
sivaramaaa
1b01ae93d9 Intial work on type inference for register based args 2018-07-04 11:18:31 +08:00
sivaramaaa
ff4231e37b Fix few function params in types sdb 2018-07-04 11:18:31 +08:00
sivaramaaa
5a982ed1f4 Fix issues while declaring var/arg 2018-07-04 11:18:31 +08:00
cyanpencil
489037fbd8 fix gcc8 warnings in str.c canvas.c 2018-07-04 11:14:46 +08:00
Khairul Kasmiran
145ce4a741 Default asm.imm.str to true 2018-07-03 11:52:32 +08:00
cyanpencil
602c8bf53b Fix whitespace in canvas and str.c 2018-07-03 11:31:05 +08:00
cyanpencil
611ab267ef Support for fullwidth characters 2018-07-03 11:31:05 +08:00
Vanellope
f3b81df747 dismantling a panel and distribute its area to the other panels properly (#10576) 2018-07-02 21:26:14 +02:00
pancake
159d16b345 Release 2.6.9 - salty peas 2018-07-02 13:14:27 +02:00
pancake
d521ba905d Fix #10560 - oobread crash in java class parser 2018-07-02 13:11:19 +02:00
pancake
9cc6dd8fb0 Fix #10559 - Overflow in java class parser 2018-07-02 13:06:20 +02:00
pancake
18c9541216 Fix #10563 - Fix null deref in java 2018-07-02 13:02:59 +02:00
pancake
9d85d55b8d Fix #10561 - null deref in java 2018-07-02 12:56:07 +02:00
radare
bb0bad34ef
Bring back 'e io.pava' (EXPERIMENTAL)
$ r2 -e io.va=0 -e io.pava=1 -s 0x1bcd -c 'pd 5;px' /bin/ls
2018-07-02 12:19:13 +02:00
Khairul Azhar Kasmiran
2cfb34ff16 asm.imm.str: hide string if flag is referenced (#10556) 2018-07-02 11:35:40 +02:00
xarkes
dcf698ad0c More colors for Cutter (#10565) 2018-07-02 10:04:13 +02:00
David CARLIER
2c313ae4d4 fix compilation warning (#10566) 2018-07-02 14:58:01 +08:00
condret
0107afb372 implement r_oids_otake and r_oids_odelete 2018-07-02 01:01:02 +00:00
Khairul Azhar Kasmiran
1d0a5b67fa asm.imm.str: treat shortened strings as false positives (#10551) 2018-06-30 19:38:34 +02:00
Tomasz Gorochowik
3c15e4348d rafind2: print heading (filename) before matches
The headings are enabled by default when searching multiple files or a
directory.

The headings can be disabled with the quiet mode (-q).
2018-06-30 19:37:52 +02:00
Tomasz Gorochowik
e17cc1c6ae Implement rafind2 recursive search ability 2018-06-30 19:37:52 +02:00
Florian Märkl
8361103ba1 Do not create new RCore in get_hash_debug_file(), Fixes #10447 (#10553)
* Fix check of r_bin_open() return value in get_hash_debug_file()
* Do not create new RCore in get_hash_debug_file()
* Use existing RCore in get_hash_debug_file()
2018-06-30 17:18:05 +02:00
Paul I
3e68187c36 Fix pathes for meson (#10536) 2018-06-30 10:08:22 +02:00
condret
f530674780 implement r_oids_sort 2018-06-30 04:00:47 +00:00
Florian Märkl
f8a734a58b Fix sleeping for readchar on Windows (#10549) 2018-06-30 02:45:17 +02:00
condret
c37fa5c0ce fix a tiny bug 2018-06-30 02:31:40 +00:00
Florian Märkl
f44864c0ea Add in_functions to p- (#10545)
* Use macro in cmd_print_blocks()

* Add in_functions to p-
2018-06-30 01:54:43 +02:00
cyanpencil
7a246f3cea Fix auto complete in offset seek in visual 2018-06-30 01:54:22 +02:00
vane11ope
cfd1c39f36 adjusted the layout for split screen a bit 2018-06-30 00:30:19 +02:00
sivaramaaa
6bbd179be2 Fix a null deref in var_rename 2018-06-29 15:20:02 +02:00
sivaramaaa
f08d7f4614 Prevent register based var sub in disas 2018-06-29 14:33:11 +02:00
sivaramaaa
6e124742e4 Intial support for register base args 2018-06-29 14:33:11 +02:00
sivaramaaa
b698d5d2ff Add mask while parsing RAnalop.dst/src 2018-06-29 14:33:11 +02:00
Vanellope
47f0788cf0 Fixed a few covs 2018-06-29 13:48:25 +02:00
David CARLIER
0b56069c20 Fix asm parsing issue found in OpenBSD (#10528)
(memcpy vs memmove)
2018-06-29 13:03:52 +02:00