17333 Commits

Author SHA1 Message Date
Giuseppe
514c8a22f6 Fix ESIL expression for x86 "call [esp]" (#9451) 2018-02-21 19:33:03 +08:00
Vanellope
236dbf68be Visual Panels cleanup and split function to smaller pieces (#9449) 2018-02-21 19:31:01 +08:00
Anton Kochkov
0341b8455d Fix MSVC dynamic linking 2018-02-21 13:04:46 +08:00
Fangrui Song
d90575bad0 Remove an unsatisfiable check 2018-02-21 05:06:12 +01:00
Adrian Studer
05aa26a84d Fix jump substitution within functions when asm.jmpsub=true (#9448) 2018-02-21 05:03:57 +01:00
Giovanni
397d6b1211 Fixed shlr java warnings and thread regression warning (#9447) 2018-02-21 05:03:03 +01:00
Giuseppe
503203241e Fix ESIL for aarch64 ldp (#9443) (#9446) 2018-02-21 05:01:49 +01:00
pancake
1c88c83621 Experimental Cons_INVERT in strings in disasm 2018-02-21 03:44:50 +01:00
pancake
c2a8afa8fb Add VbC to browse comments 2018-02-21 03:10:38 +01:00
pancake
f9db7d3bdb Implement cp. and fix r_sys_copy on mac/ios 2018-02-21 02:59:46 +01:00
pancake
091d96e358 Fix wao ret* for arm64 2018-02-21 02:48:40 +01:00
pancake
d8911ce002 Add ed command to edit ~/.radare2rc 2018-02-21 02:18:04 +01:00
pancake
95e7d6ab64 Add VbF to browse functions 2018-02-21 02:17:31 +01:00
pancake
550c98f9e5 Maintain the old x bit when oo+ 2018-02-20 23:28:49 +01:00
Giuseppe
7a140d71e6 Use different color when pxw unmapped data (#9404) 2018-02-20 23:55:11 +01:00
pancake
94db229d24 Fix loading animation to show only with -t 2018-02-20 22:46:57 +01:00
Giuseppe
d08115b717 Fix #9197, wrong esil for aarch64 ldr (#9442) 2018-02-20 23:20:02 +01:00
Giovanni
0c776c0e71 warnings from lib (#9445) 2018-02-20 23:19:35 +01:00
pancake
6a5365d738 Fix UAF in p8 2018-02-20 23:19:21 +01:00
pancake
c49fe88eea Fix crash in r_th_free (NULL); 2018-02-20 22:24:29 +01:00
pancake
792956c67d Add a loading animation in a thread when using r2 -t 2018-02-20 22:21:38 +01:00
pancake
185c91eefd Implement VV) - rotate asm.emu.str in visual graph 2018-02-20 22:03:27 +01:00
pancake
dd6b395e74 Implement wao for arm64 2018-02-20 21:56:53 +01:00
pancake
0e372b9041 Make ,, an alias for \n in RAsm.massemble to make wa/pa nicer to use 2018-02-20 21:55:00 +01:00
Vanellope
4a3cfe1882 fixed llx of my previous code to PFMT64x because of portability issue (#9444) 2018-02-20 22:18:02 +01:00
Khairul Kasmiran
e7e544cbd8 bf, unbalanced '[': trap -> ill 2018-02-20 19:07:34 +08:00
Francesco Tamagni
3764a414d3 Avoid printing references to flags below address asm.minvalsub (#9438)
* Avoid printing references to flags below address `asm.minvalsub`
- in ds_print_data_type
* Cache config value in ds
2018-02-20 10:51:44 +01:00
sivaramaaa
6049bbb634
Fix #9428 , remove dupe messages and added dbtv help (#9440) 2018-02-20 14:38:18 +05:30
Paul I
bb4f61580e Cleanup meson files (#9424) 2018-02-20 09:33:19 +01:00
Oscar Salvador
b27456c5ca Don't trigger linux kernel hack if we don't have PT_PHDR (#9420) (#9432) 2018-02-20 08:58:20 +01:00
sivaramaaa
223219039f
Fix #9430 , null deref in print zoom (#9439) 2018-02-20 09:00:13 +05:30
Vanellope
0d13f91bf1 refactored code base a bit and got rid of unnecessary garbages. (#9431)
* refactored code base a bit and got rid of unnecessary garbages.
* got rid of unnecessary macros which did not make sense at all.
2018-02-20 02:15:17 +01:00
pancake
36dd3fcb08 pds always enables emustr 2018-02-20 02:09:47 +01:00
pancake
2c494d0a43 Do not aar when anal.strings is set on launch, aka fix confusing behaviour 2018-02-20 02:02:01 +01:00
pancake
ae4e57c91d Improve aae to support cstr and pstr like asm.emu.str does, supports PA mode 2018-02-20 01:59:03 +01:00
Francesco Tamagni
06e0744838 Ensure asm.cmtright is true in pds (#9436)
- also fix restore of config vars when returning early from disasm_strings
2018-02-20 00:57:42 +01:00
pancake
bc256101f5 Implement support for cstr and pstr for asm.emu.str in disasm 2018-02-20 00:56:59 +01:00
pancake
7abcec8f12 Remove global variable and make V) a tri-state 2018-02-19 23:24:41 +01:00
pancake
30a5247a8a Add ')' key in visual to toggle asm.emu.str 2018-02-19 23:04:17 +01:00
pancake
6d7008b42f Fix box colors for the ogray theme 2018-02-19 22:48:53 +01:00
pancake
9c12c4fe20 Fix crash in aea (thx asan) 2018-02-19 15:23:16 +01:00
Khairul Kasmiran
47a1596f3b strdup -> r_mem_dup 2018-02-19 22:06:34 +08:00
Khairul Azhar Kasmiran
d356d16a8e bf: allow loops of any size
* bf: allow loops of any size
* Consider unbalanced '[' insn as trap insn
* Using callback instead of directly linking to resize_read_buf func
2018-02-19 14:27:05 +01:00
Fangrui Song
e3b9ae9113 Reduce references of core->block (#9425) 2018-02-19 13:30:32 +01:00
pancake
e4c0746cb8 Remove a bunch of conflicting plugins for the static build
- Will be re-enabled when fixed the visibility of common symbols
2018-02-19 13:17:21 +01:00
Maijin
0e24795912
Update ISSUE_TEMPLATE.md 2018-02-18 09:27:47 +01:00
Maijin
2697520f4c
Update ISSUE_TEMPLATE.md 2018-02-18 09:27:08 +01:00
Anton Kochkov
be97cdee79 Fix MSVC build 2018-02-18 12:41:13 +08:00
pancake
047d672898 Hide crashes when dlopen on unix in rabin2 -Q 2018-02-18 03:49:19 +01:00
Giuseppe
bb8afcd57d Make aea output less obscure 2018-02-17 20:31:59 -06:00