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 |
|
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
|
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 |
|
Vanellope
|
4a3cfe1882
|
fixed llx of my previous code to PFMT64x because of portability issue (#9444)
|
2018-02-20 22:18:02 +01: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 |
|
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
|
9c12c4fe20
|
Fix crash in aea (thx asan)
|
2018-02-19 15:23:16 +01: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 |
|
Giuseppe
|
bb8afcd57d
|
Make aea output less obscure
|
2018-02-17 20:31:59 -06:00 |
|
Fangrui Song
|
8cc6cf068a
|
cmd_eval.c: better help (#9414)
|
2018-02-17 20:20:33 -06:00 |
|
Fangrui Song
|
320a2d5a58
|
Add FUNC_ATTR_USED and fix some warnings (#9413)
|
2018-02-17 20:19:33 -06:00 |
|
pancake
|
eef94066a0
|
Fix some crashes for 9410
|
2018-02-18 03:08:17 +01:00 |
|
Fangrui Song
|
ac4db23570
|
Report error if write fails. (#9416)
|
2018-02-17 19:05:04 -06:00 |
|
pancake
|
8d169cd94c
|
Refactor esilInitialize in aes, needs more cleanup
|
2018-02-18 00:14:47 +01:00 |
|
Khairul Kasmiran
|
95c01c5ad8
|
Fix for bf tests
|
2018-02-17 23:30:55 +08:00 |
|
Khairul Azhar Kasmiran
|
f8d0c8ff43
|
Fixed duplicate string comment when using asm.emu.str with absolute addressing (#9407)
|
2018-02-17 09:02:53 -06:00 |
|
SkUaTeR
|
f8cf84e065
|
Fix some bugs (#9403)
* fixed some bugs
* format bug fix
* added MSVC version _time_stamp_to_str
* struct format
* adjusting output same as linux
|
2018-02-17 15:14:34 +08:00 |
|
Khairul Azhar Kasmiran
|
a96b76098f
|
Fixed printing of flags when invoking pd twice with asm.emu.pre (#9405)
|
2018-02-15 22:42:54 -06:00 |
|
Florian Märkl
|
aa5434a487
|
Fix segfault in tj if size is not in sdb (#9400)
|
2018-02-15 07:40:29 -06:00 |
|
Khairul Kasmiran
|
6484c12547
|
Moved cbin.c's string filtering code into bin/filter.c
|
2018-02-15 20:42:05 +08:00 |
|
sivaramaaa
|
8fef260ff2
|
Fix aecs regression (#9398)
* Fix aecs regression
* Add a minor fix
|
2018-02-15 15:50:49 +08:00 |
|
Vanellope
|
6958bfe640
|
Fix scrolling hotkeys stack in visual panels (#9390)
|
2018-02-14 15:05:56 +08:00 |
|
pancake
|
4691bc9d29
|
Add ?lq and change behaviour of ?l
|
2018-02-13 13:15:11 -06:00 |
|
pancake
|
a2a19b480d
|
Fix #9138 - crash when resizing terminal in VVvg
|
2018-02-13 08:43:37 -06:00 |
|
pancake
|
1414625ae0
|
Fix use of r_list_uniq in disasm, needs more review
|
2018-02-12 16:00:14 -06:00 |
|
pancake
|
bc84cd06d0
|
Implement r_list_uniq and fix the multiple main issue
|
2018-02-12 14:53:35 -06:00 |
|
pancake
|
f5aa5906d4
|
Fix last covs (null derefs and leaks)
|
2018-02-12 14:27:38 -06:00 |
|
pancake
|
997a754805
|
Make aesu work with slot delay emulation, sync with more tests
|
2018-02-12 14:11:01 -06:00 |
|
pancake
|
9926909181
|
Fix delay slot emulation with ESIL on MIPS (by rewriting it)
|
2018-02-12 13:22:11 -06:00 |
|
radare
|
951598bcc6
|
Fix build
|
2018-02-12 12:34:33 -06:00 |
|
Vanellope
|
143ca46c65
|
the remove breakpoint command unified into db- (#9369)
|
2018-02-13 01:13:06 +08:00 |
|
pancake
|
d67742eb60
|
Support RIOBind on RBuffer for fcpy_at
|
2018-02-12 10:28:00 -06:00 |
|