HMPerson1
c5bf5fbbe5
Rewrite ESIL for ARM64 REV
2018-07-27 10:39:25 +01:00
Luca Di Bartolomeo
046af40bd2
Separate command history for sdb shell "ks" ( #10820 )
...
* Separate command history for sdb shell (ks)
* Refactor whitespace in sdbshell_history_down()
2018-07-27 10:33:46 +01:00
cyanpencil
4ac4873100
Dotted lines only for conditional jumps
...
Set graph.dotted default true + refactor in canvas_line.c
2018-07-27 02:12:50 +08:00
cyanpencil
104a52b55f
Fix some utf8 bugs in canvas.c
2018-07-27 02:12:50 +08:00
cyanpencil
fc26f2a04e
Use dotted lines in graph
2018-07-27 02:12:50 +08:00
cyanpencil
6150481263
Fixed bug not compiling on windows in r_file_globsearch()
2018-07-27 01:26:34 +08:00
cyanpencil
c8be0802ea
Fixed small bug with ~ in r_file_globsearch ()
2018-07-27 01:26:34 +08:00
cyanpencil
360dfebbdf
Changed strndup to r_str_nlen in file.c
2018-07-27 01:26:34 +08:00
cyanpencil
b9be6c9a8c
Added r_file_globsearch and zfs **.sig
support
...
Updated zf? help
Removed debug eprintf
2018-07-27 01:26:34 +08:00
vane11ope
e1c2af7570
because i am forced
2018-07-26 19:19:58 +08:00
vane11ope
e759cb837b
reverted back the meaningless styling, and that if is not that long anyway
2018-07-26 19:19:58 +08:00
vane11ope
de079654c4
further refactoring and fixed a bit of bug
2018-07-26 19:19:58 +08:00
vane11ope
61a7c5582e
added comments for the missing commands
2018-07-26 19:19:58 +08:00
vane11ope
4b740a0b8f
refactoring and fixed bunch of bugs as well as added seek o command
2018-07-26 19:19:58 +08:00
Florian Märkl
38ab82cc7d
Add RVectorFree typedef
2018-07-26 07:18:28 +02:00
Riccardo Schirone
d37e35a7ad
fix switch from capstone next branch to master ( #10815 )
...
* fix switch from capstone next branch to master
* shlr/capstone.sh: re-clone only if different branch
2018-07-25 17:58:53 +02:00
David CARLIER
12e587f112
Few code corrections ( #10816 )
2018-07-25 17:33:54 +02:00
cyanpencil
f260195ad5
Renamed cmd_meta_hsdmf to cmd_meta_others
2018-07-25 00:27:44 +08:00
cyanpencil
d9f71bd845
Use cmd_meta_hsdmf instead of cmd_meta_comment
2018-07-25 00:27:44 +08:00
cyanpencil
d86046e373
Better Ct? help
2018-07-25 00:27:44 +08:00
cyanpencil
f9cf143e2b
Added command Ct
to add type analysis comments
2018-07-25 00:27:44 +08:00
Khairul Kasmiran
943ebfebd5
Fixed typo in rabin2 usage help
2018-07-24 22:53:02 +08:00
Vanellope
4644d34764
cache the result of generated graph and r2dec ( #10788 )
...
* cache the result of generated graph and r2dec
2018-07-24 23:19:25 +09:00
Vanellope
e0dc197c17
commented out the help message which does not work functionally just yet that I would like to get back in future. ( #10796 )
...
* commented out the help message which does not work functionally just yet that I would like to get back in future.
* added in the help message for pseudo code mode
* fixed seek to entry0/PC by .
2018-07-24 14:59:47 +02:00
Alyssa Milburn
2c8901752f
Add gdb support for v850 ( #10809 )
2018-07-24 14:59:07 +02:00
Florian Märkl
3f86716cbf
Add strict mode for MSVC RTTI
2018-07-24 14:05:27 +02:00
n0psledbyte
7694964dfe
fix visual panel crash when hit enter
2018-07-24 15:31:23 +08:00
Riccardo Schirone
961ae4323c
shlr/capstone: update it to fix sparc issue
2018-07-24 15:28:42 +08:00
Riccardo Schirone
0ad5497c72
fix sstream-null capstone patch
2018-07-24 15:28:42 +08:00
Riccardo Schirone
97b20da54f
capstone: use master branch since v4 has been merged there now
2018-07-24 15:28:42 +08:00
sivaramaaa
1d4577db80
Fix few minor issues
2018-07-24 11:33:08 +08:00
sivaramaaa
162675aff9
Fix a last cov and a crash in afta
2018-07-24 11:33:08 +08:00
Paul I
b50080b363
Meson: remove build_always for custom_targets ( #10798 )
2018-07-23 19:39:58 +02:00
Riccardo Schirone
4c23d64380
shlr/meson.build: fix used capstone and download it in build directory ( #10782 )
...
* shlr/meson.build: fix used capstone and download it in build directory
* shlr/meson.build: check return value of run_command and use git-apply
2018-07-23 14:39:10 +02:00
cyanpencil
008354f865
Fixed a->codebuf not null terminated in vasm.c
2018-07-23 13:44:28 +08:00
cyanpencil
03af3f7160
Fixed buffer overflow in vasm.c
2018-07-23 13:44:28 +08:00
Anton Kochkov
1f44f7ab33
Revert "Fix ARM_INS_CMP ESIL to correctly set carry bit"
...
This reverts commit 3b7df1e6b5cb9f16f4452f46a12005b8293e46f3.
2018-07-23 12:10:27 +08:00
sivaramaaa
c5928fabda
Add profile to specify format specifications for different programming languages/compiler
2018-07-23 11:18:12 +08:00
sivaramaaa
1efd33734b
Add type propagation via format string parsing
2018-07-23 11:18:12 +08:00
SpenserStyles
3b7df1e6b5
Fix ARM_INS_CMP ESIL to correctly set carry bit
2018-07-23 11:12:20 +08:00
cyanpencil
515950c559
Added color palette support to visual types menu
2018-07-23 11:11:15 +08:00
cyanpencil
22d369cf2b
Updated all color themes for ai.* colors
2018-07-23 11:11:15 +08:00
Khairul Kasmiran
dfa196ddd2
Revert "End rabin2 json output with newline"
...
This reverts commit 40c68d9ec0b1f3e0e5b72269d36f863f8495220b.
2018-07-22 21:32:32 +08:00
Florian Märkl
8f9dc76449
Fix struct r_print_t usage
2018-07-22 12:08:50 +02:00
Florian Märkl
7995089d3f
Always keep break stack filled in tasks in threads
2018-07-21 16:29:12 +02:00
Florian Märkl
41127c0dfc
Simplify core->tasks_lock locking
2018-07-21 16:29:12 +02:00
Florian Märkl
8c8f0a6516
Add &b command
2018-07-21 16:29:12 +02:00
Florian Märkl
61950ec620
Expose r_cons_context_break() to API
2018-07-21 16:29:12 +02:00
Khairul Kasmiran
5ad046a57c
Fixed typo in rabin2 manpage
2018-07-20 22:26:44 +08:00
Luca Di Bartolomeo
13a2cb344a
[WIP] Colorize function arguments and variables part 2 ( #10777 )
...
* Colorize comments that hint type of data
* Use new colors for comments that hint type of data
* Colorize local variables and args in disasm
* Fixed leak in r_anal_var_all_list()
* Refactoring + rename color func_arg* to func_var*
* Updated all color themes for func_var* colors
* Directly query sdb for faster and cleaner var colorizing in r_colorize_opcode
* Remove hackish r_core.h include in print.c and use callbacks instead
2018-07-20 12:45:51 +02:00