12362 Commits

Author SHA1 Message Date
zlowram
27922b17fe More zignature fixes (#5795) 2016-09-18 23:07:48 +02:00
pancake
1016708b14 Aim to fix that anal mayhem 2016-09-18 23:02:49 +02:00
pancake
b806494c9d Fix #5748 - Add zs as an alias for z/ 2016-09-18 22:34:03 +02:00
pancake
8197fce582 Drop the 128 char limit of symbol names in ELF 2016-09-18 22:32:13 +02:00
pancake
42692477cf Fix regression introduced in last anal change 2016-09-18 22:20:46 +02:00
pancake
997455fe5f Fix format string in fcn.c 2016-09-18 22:11:35 +02:00
pancake
f404b85d15 Fix /j JSON output by encoding results in base64 2016-09-18 21:58:03 +02:00
saucec0de
6ccc045526 Fix #5472 - ds on call and jmp (#5785) 2016-09-18 21:41:15 +02:00
zlowram
f9b70631b2 Fixed some issues from #5718 (#5791)
* Fixed some issues from #5718

- Confirmation message for number of lines to print will not appear
anymore if the output is redirected to a file.
- "signature too small" message will be printed to stderr instead of
stdout, so will not appear on zignature file.
- Previous flagspace will be restored after running `.z` or `z/`
commands.

* Changed fprintf (stderr,... to eprintf
2016-09-18 13:28:26 +02:00
Siguza
c28b541b58 Fix typo 2016-09-18 13:26:29 +02:00
pancake
e10c664c55 Add msr/mrs for the armass64 assembler 2016-09-16 18:27:42 +02:00
pancake
d4a87d1eed Extend oa to load a different bin and handle riodesc properly 2016-09-16 16:32:56 +02:00
pancake
90ddc675df Fix r2 -H 2016-09-16 15:36:24 +02:00
saucec0de
f596505c17 Fix #5474: proposal of fix (#5782) 2016-09-16 11:32:08 +02:00
pancake
edb43e11f5 Honor cursor again in Vdf 2016-09-16 11:31:30 +02:00
pancake
b104e75dcb Shadow LDFLAGS and CPPFLAGS for the HOST build of SDB 2016-09-16 10:15:17 +02:00
Marc
e607086e8f fix coverity issues (#5779) 2016-09-15 22:57:37 +02:00
pancake
ce497415eb Fix pkg-config issues for some systems 2016-09-15 22:25:21 +02:00
pancake
73b73d507c Fix #5725 - Honor hex.cols in pxe 2016-09-15 19:31:39 +02:00
n4☠0r
515c732bef missed return value (#5777) 2016-09-15 19:25:20 +02:00
pancake
f0466624f6 Fix #5766 - null deref in av 2016-09-15 19:24:59 +02:00
n4☠0r
798959bd6f Fix coverities related to dmh 2016-09-15 19:11:15 +02:00
pancake
1449d61850 Fix regression in rasm2 -d 2016-09-15 17:30:38 +02:00
pancake
4df85046fd Add r_buf_resize and make ihex:// .resize() work 2016-09-15 17:19:39 +02:00
evanrichter
0209a1679e Add ?en command to echo without newlines 2016-09-15 16:40:51 +02:00
pancake
4f6b64a984 Some code cleanup/review for rasm2 + arc 2016-09-15 16:21:44 +02:00
Vlad Ivanov
bd04f57cee anal: always save address in the esil read callback (#5738) 2016-09-15 15:03:54 +02:00
pancake
271fa1ad33 Fix aat 2016-09-15 14:18:28 +02:00
pancake
502f30bf0f Fix #5690 - Vvm -> Vvr 2016-09-15 13:00:27 +02:00
pancake
22717a7998 Fix #5754 - Honor ./ and abspath in r_file_path for r2 -d 2016-09-15 12:52:50 +02:00
pancake
cde25b0335 Refix #5715 - Add Ve$ command to see vars in visual 2016-09-15 12:40:46 +02:00
Ahmed Mohamed Abd El-MAwgood
0b0f20c4f5 asm.calls final tweakings / bug fixes (#5765)
* Fixing asm.calls with zero argumnts
* Fixing last broken bit of asm.calls
* refactoring the added cdecl dbs
* dsaf# Please enter the commit message for your changes. Lines starting
2016-09-15 11:09:23 +02:00
Marc
c0c0cba339 fix #5465, #5745, 'ic' command and some memory leaks (#5764) 2016-09-14 21:49:03 +02:00
Ahmed Mohamed Abd El-MAwgood
bc16525860 Making asm.calls true by default
And fixing some of its output syntax issues
2016-09-14 18:23:11 +02:00
pancake
aa2286bc35 Some covs fixed 2016-09-14 18:13:15 +02:00
pancake
edf019d261 Add PYPATH to r2pm 2016-09-14 17:31:14 +02:00
Ahmed Mohamed Abd El-MAwgood
04cf13df88 integrating asm.calls with function types database (#5761)
Current unfixed issues:
	works with aa, aaa,aaaa but never worked with af
2016-09-14 16:49:19 +02:00
pancake
d4ea3b2277 Fix #5642 - bring back the old afb behaviour 2016-09-14 16:42:23 +02:00
pancake
b44ec9b3e3 Add =!pkt in gdb:// and other minor fixes 2016-09-14 13:11:04 +02:00
pancake
b7b46d305c Fix for tk 2016-09-14 00:22:43 +02:00
Ahmed Mohamed Abd El-MAwgood
9d6cf8d08c merging afv* commands (#5753)
Due to the uniqueness of name of arguments and variables, They can be
used solely to identify every other piece of information (including the
base register type).
This will make the commands some how user friendly and more usable by removing one extra
letter from some commands.
2016-09-14 00:11:20 +02:00
jvoisin
6b56489eaf Fix a few warnings 2016-09-13 20:35:15 +02:00
pancake
ae511391e2 Fix #5729 - tk uses rcons now 2016-09-13 17:08:18 +02:00
szt
17c3d30a47 fix op->type in libr/anal/p/anal_x86_cs.c for FMOV in swich statement 2016-09-13 17:02:09 +02:00
Sylvain Pelissier
bfeff9f10b ARM conditional instruction information (#5747) 2016-09-13 15:12:07 +02:00
BlueC0re
d6708032b5 added r_str_{ends|starts}with to header (#5743) 2016-09-13 12:29:20 +02:00
pancake
bb48971b98 Add jump/fail in afbj 2016-09-13 12:28:34 +02:00
pancake
68a14b050a Fixes for dr[*]<num> and adjust indent in cmd_debug 2016-09-13 03:46:56 +02:00
pancake
cadb0bd845 Several fixes for gdb:// on avr, still wip 2016-09-13 03:31:54 +02:00
pancake
a59e0ce083 Fix crash in gdb:// and some oobreads 2016-09-13 02:38:08 +02:00