17550 Commits

Author SHA1 Message Date
pancake
41506c65d8 Add asm.bbinfo for debugging op_pos 2018-02-23 10:45:53 +01:00
fergomatic
056d5ab859 tricore: added support for BOL format of st.b (#9474) 2018-02-23 09:13:54 +01:00
sivaramaaa
146a7e5635
Fix null deref in myregewrite (#9473)
Fixes a crash while stepping in emulation with asm.emu.write enabled
2018-02-23 08:18:00 +05:30
pancake
53d5514a3d Revert "Workaround to make Vcj fail that often, needs full rewrite"
This reverts commit dcf4b49d797c4dce94109a752f0728dce885dd11.
2018-02-22 18:17:46 +01:00
Farid AYOUJIL
1e29f31576 Refactoring asm.cmt* and scr.* 2018-02-22 17:59:08 +01:00
pancake
42d91d07d4 Minor fix for VV), but still broken because bb->op_pos is broken 2018-02-22 17:16:41 +01:00
pancake
dcf4b49d79 Workaround to make Vcj fail that often, needs full rewrite 2018-02-22 17:15:27 +01:00
Khairul Azhar Kasmiran
274f8f5ca4 Fixed duplicate flag comment when using asm.emu.str with absolute addressing (#9463) 2018-02-22 16:24:37 +01:00
fcasal
3274f8a123 Fix segfault caused by NULL deref via oom;io 2018-02-22 16:24:16 +01:00
fcasal
17c98e1162 Fix null deref in pdb 2018-02-22 16:23:15 +01:00
Maycon Maia Vitali
5501658142 Fixed typo in r2 help message -M -> -m 2018-02-22 16:22:47 +01:00
pancake
ce0392f2e8 Implement @B: to temporary seek to the Nth BB instruction (negative offsets too) and make it into VV( 2018-02-22 16:07:20 +01:00
pancake
22bd9e9fb5 Add scr.slow and fix uninitialized var issue 2018-02-22 12:45:54 +01:00
securisec
7467b99205 Update monokai (#9459) 2018-02-22 15:33:23 +08:00
sivaramaaa
8ca0d327e4 Intial implementation of function call argument display (#9411)
* Cleanup disasm code
* Move this to new command afal and few bug fix
* Wrap the command with config var
2018-02-22 13:21:40 +08:00
fcasal
53df70fbd3 fixed segfault due to uninitialized pointers (#9452)
running `while true; do r2 /bin/ls -q -c 'fdw 0xfffffffff' ; done` crashes sometimes due to uninitialized pointers lmatch and umatch in line 862.
2018-02-21 23:11:05 +08:00
Anton Kochkov
72b2953d3e Fix the build 2018-02-21 19:49:54 +08:00
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