12236 Commits

Author SHA1 Message Date
pancake
683a5cc4e0 Fix - Implement di* command 2017-04-07 20:32:28 +02:00
Sven Steinbauer
deb61ca804 Add mrc op for arm 32bit ()
* Don't segfault if toomany operands

* Add mrc op for arm 32bit
2017-04-07 20:28:03 +02:00
pancake
73791b3d06 Implement opex for XCore and Sysz 2017-04-07 20:26:08 +02:00
pancake
a63e2a27af Implement opex for m68k 2017-04-07 20:19:48 +02:00
pancake
c1d212dfc4 Implement opex for sparc and remove the % from the disasm 2017-04-07 20:11:01 +02:00
pancake
d7058fa8ac Fix - Implement esil.stack.pattern 2017-04-07 20:00:19 +02:00
Roi Martin
1f4e2db1d5 Fix CID 1373364 2017-04-07 12:39:44 +00:00
pancake
66bd1e0f9c Add f? command 2017-04-07 04:11:32 +02:00
Khairul Azhar Kasmiran
a3ac3c5dec No LEA cmt if flag already in disasm () 2017-04-06 22:16:01 +02:00
pancake
04ad4dcf41 Fix - Escape strings in pair_str for JSON 2017-04-06 16:43:19 +02:00
Ren Kimura
9a1190c112 Add bp_plugin_del and dbh- command () 2017-04-06 15:59:19 +02:00
pancake
69a7e12239 Fix - escape filename in ij 2017-04-06 15:58:16 +02:00
HamZa
3caf671d67 json fcn type int to string () 2017-04-06 11:51:05 +02:00
lonetech
22389aebea Fix radiff graph issue 2017-04-06 11:19:53 +02:00
Roi Martin
98f73f6b24 Remove r_config dependency from r_anal 2017-04-05 22:54:52 +00:00
Roi Martin
dae85e62ac Use RList in refs zignatures 2017-04-05 22:36:39 +00:00
alvarofe
5326b2e9e1 Fix warning in io_null.c
I overlooked and did not notice that master and siol have different
signature for the same function.
2017-04-06 00:24:49 +02:00
Roi Martin
af896c500c Use zign limits on matching 2017-04-05 19:15:57 +00:00
Maijin
b99eb501c5 Enforce space after @, fix Autcompletion "@" -> "@ " 2017-04-05 15:24:25 +02:00
pancake
668b56fabf Revert "Fix some overruns in gnu-arm disassembler, there are more"
This reverts commit 3a400cae583ea250b36715a5048c0ff4b84a1e8e.
2017-04-05 15:10:30 +02:00
Roi Martin
337191c3e2 Fix mem leak in r_sign_match_offset() 2017-04-05 10:34:44 +00:00
Roi Martin
72e15ca51b Add config var zign.mincc. Rename zign.{min,max} to zign.{minsz,maxsz} 2017-04-05 10:20:01 +00:00
pancake
3a400cae58 Fix some overruns in gnu-arm disassembler, there are more 2017-04-05 11:10:34 +02:00
pancake
01477c74f0 More coverities fixed 2017-04-05 10:59:37 +02:00
pancake
07e75df74c Fix covs in core/blaze 2017-04-05 10:41:19 +02:00
pancake
a2afa236a2 Fix some null derefs and memleaks from coverity 2017-04-05 10:38:52 +02:00
pancake
bbc508b324 Move lua53 plugins to radare2-extras, available via r2pm
This reverts commit 16c2fd2fe4fcdd1b530d8792adc47dca666bd868.
2017-04-05 10:16:50 +02:00
alvarofe
737ca7ad81 Fix issue found while changing stuff in siol 2017-04-05 00:27:11 +02:00
Khairul Azhar Kasmiran
d9d839147e Revert to old coloring for asm.filter'd flags ()
* Revert to old coloring for asm.filter'd flags

* Fixed r_parse_filter output for pc relative addrs when color is involved

* Small fix to prevent oob memory access

* Proper handling if esc char not found
2017-04-04 15:00:21 +02:00
pancake
12eed549f4 Remove unnecessary newline in i 2017-04-04 14:48:28 +02:00
ewtoombs
8021e7f42f Some refactoring and r2-indent for dietline 2017-04-04 12:31:47 +02:00
pancake
d4ee478e6b Remove dupped blksz in i 2017-04-04 12:00:45 +02:00
pancake
f02064ccf4 Resolve conflict 2017-04-04 10:43:19 +02:00
oddcoder
b25e99018d Adding relro to i and putting stuff in semiorder 2017-04-04 10:37:28 +02:00
Roi Martin
86f2793cbd Minor fixes in zigns 2017-04-04 00:58:27 +00:00
Roi Martin
0427524f97 Implement basic zign matching 2017-04-04 00:39:47 +00:00
Pepe Vila
86c8fa1a01 wasm disasm support () 2017-04-04 02:34:31 +02:00
pancake
67b1d7a655 Retly incremental ports instead of infinite loop in =h& 2017-04-03 23:22:59 +02:00
pancake
6d870cc05a Fix null deref in disasm colors 2017-04-03 15:41:08 +02:00
ITAYC0HEN
1a869f4991 Fix : Show human size in i ()
fixes issue  in `i` and `ij`.

Itay
2017-04-03 12:01:52 +02:00
Khairul Azhar Kasmiran
7d15907bfc Always build ds->opstr before comment () 2017-04-03 12:01:07 +02:00
Cararasu
16c2fd2fe4 Lua 5.3 Assembler/Disassembler, Analyzer and Binary Plugin () ()
* Added Lua 5.3 Assembly and Disassembly
* Implemented Lua 5.3 Binary Analyzer 
* removed unnecesasry prints for lua implementation 

* implemented caching for parsing the lua-file  grouped global data together
* added mnemonics to analyzer and fixed a wrong instructionname
* replaced llx and llu with PFMT64x
* removed trailing whitespaces from lua 5.3 assembler and binary analyzer
* made all functions in lua53 plugins that are possible static
2017-04-03 11:59:17 +02:00
Raúl Peñacoba
59158d01fe bin_xtr_dyldcache: Missing R_FREE in a fail path () 2017-04-03 11:58:06 +02:00
Roi Martin
fb72dbb94b Do not add generated refs in zign 2017-04-03 00:47:53 +00:00
Roi Martin
dfb533df21 Add refs with commands zaF 2017-04-03 02:28:20 +02:00
Roi Martin
668da7eeef Add refs to zign metrics 2017-04-03 02:28:20 +02:00
Roi Martin
d27f1c7d24 Add offset to zign metrics 2017-04-03 02:28:20 +02:00
pancake
36e96f2546 Fix rtr segfault when bruteforcing on different threads 2017-04-03 01:00:45 +02:00
alvarofe
ea9b43fa11 Check for section_end in r_flag_get_i2 2017-04-02 12:49:33 +02:00
alvarofe
643267ab67 Fix some warnings when compiling 2017-04-02 12:43:25 +02:00