Commit Graph

18545 Commits

Author SHA1 Message Date
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
Florian Märkl
896b987f9d Refactor p- a bit and add blocks count arg (#10534)
* Move p- code to separate function
* Add blocks count arg to p-
* Fix from and to initialization in cmd_print_blocks()
2018-06-29 11:22:11 +02:00
morbith-dqtz
d5a32f6aca Support heap glib tcache in dmh family (#10540) 2018-06-29 11:17:57 +02:00
Luca Di Bartolomeo
e0f6d9a90e Fix flags cut function lines (#10535) 2018-06-29 01:44:59 +02:00
Andrea Sindoni
237a29de18 Added stopaddr dbg info to dij (#10532)
* Add stop address info to the "di" command

* Added stopaddr dbg info to dij
2018-06-29 01:02:56 +02:00
Vanellope
c0b655b568 the key allocation for split screen is changed and also fixed a bug concerned with split screen, a bit of refactoring included (#10533) 2018-06-29 01:02:34 +02:00
fcasal
a9d957ee25 Added json version of register telescoping (#10530) 2018-06-28 15:54:48 +02:00
pancake
79b898fd15 Improve vv: vvR, vvd and colorize title 2018-06-28 05:02:51 +02:00
pancake
4e18271eb7 Handle JK in vv<tab>, add _hud and improve vv? help message 2018-06-28 03:15:18 +02:00
radare
4924d1ff1e
Improve vv visual function browser and add afls to sort function list (#10525)
* Improve vv visual function browser and add afls to sort function list
* afls->afl+, sort afls help
* afls: new command (the old afls is now named alf+)
* Fix glitch in vv and fix behaviour in vb: and vbF
* add the ability to select column with tab to scroll with jk in disasm
* add colors
* enter seeks to the function
* var list row selector fixed
2018-06-28 00:54:50 +02:00
radare
7747da5b2f
Kill anal.bb.split variable (asume true is good and by default) (#10522) 2018-06-27 21:20:23 +02:00
pancake
0e78a762a0 Add svg with more logos 2018-06-27 20:56:56 +02:00
Vanellope
d6c42882a9 Implement vertical and horizontal split in panels (#10521) 2018-06-27 19:46:29 +02:00
fcasal
58c11e94cb Added json version of dp* (#10518) 2018-06-27 19:45:28 +02:00
Florian Märkl
7743169a9b Fix double unlock in task_join() (#10519) 2018-06-27 17:06:29 +02:00
Khairul Azhar Kasmiran
435b8dc47c Fix pdJ when asm.imm.str=true and asm.cmt.right=false (#10516) 2018-06-27 17:03:44 +02:00
radare
e9ce0d64fa
Fix #10498 - Fix crash in fuzzed java files (#10511) 2018-06-27 13:56:59 +02:00
Florian Märkl
c6a3b6bc49 Add tasks_running to RCore to reduce tasks overhead (#10514) 2018-06-27 12:59:23 +02:00
Rene Laemmert
443f41d139 Removed bin_load from cmd_debug.c (#10512) 2018-06-27 12:09:10 +02:00
Brenton Morris
e25b62fb03 Fix a few memory leaks for windbg (#10504) 2018-06-27 00:57:56 +02:00
pancake
15ff90059f Fix #10500 - oo reopens without debugger 2018-06-27 00:24:31 +02:00
cyanpencil
2745486b16 change cases flag format 2018-06-26 23:09:40 +02:00
cyanpencil
2050d8c4b7 Fix possible buffer overflow when scanning address 2018-06-26 23:09:40 +02:00
cyanpencil
a42ab667d1 Fix default case missing 2018-06-26 23:09:40 +02:00
cyanpencil
af956d26e8 Fold cases of switch in the same address 2018-06-26 23:09:40 +02:00