Kevin Grandemange
26eba88cb2
Change arrow property to make them more visible and fix offset
2015-06-08 22:17:34 +02:00
Kevin Grandemange
8e3ccab7c1
Add deviation to links when they are superposed
...
* indent
* reduce gap to get a better render
2015-06-07 01:21:27 +02:00
pancake
0ce8024e7f
Bump for 0.10.0-git
2015-06-06 03:09:06 +02:00
pancake
9bbaa981b6
Initial import of r2web:// io plugin
2015-06-06 03:02:35 +02:00
pancake
96af02492a
Add doc/rap
2015-06-06 01:49:27 +02:00
pancake
a02e95bef9
Bump Cydia pkg version
2015-06-05 05:22:53 +02:00
pancake
0e45152ab4
Add some more text to AUTHORS.md file
2015-06-05 04:19:48 +02:00
pancake
a093958b6d
Release 0.9.9 - codename AlmostThere
2015-06-05 04:07:13 +02:00
pancake
c89bec059a
Update AUTHORS.md
2015-06-05 02:42:59 +02:00
pancake
faed37ca55
Honor asm.cmtright for refptr too
2015-06-05 01:03:24 +02:00
pancake
4d900061bb
Better asm.cmtright, honors asm.section
2015-06-05 00:45:42 +02:00
pancake
c517036f20
Fix visual glitch with lastline fill
2015-06-05 00:34:26 +02:00
pancake
9c467f2ade
Fix #326 - call comments honor asm.cmtright now
2015-06-05 00:19:41 +02:00
pancake
d168388f5c
Add pxrj
command to show word refs in JSON
2015-06-04 22:58:08 +02:00
Álvaro Felipe Melchor
67f0a0f244
Fix a heap use after free
2015-06-04 21:27:41 +02:00
Álvaro Felipe Melchor
78d5a78609
Fix COVS
2015-06-04 21:27:41 +02:00
Riccardo Schirone
0c7fead825
core/panels: avoid right/bottom border in the panels view
2015-06-04 19:11:16 +02:00
Riccardo Schirone
8cb35540c7
cons: use all the available space in the screen
...
* r_cons_get_size should return the number of rows, why is there a "-1"?
* the newline at the end of the canvas converted to string (in
r_cons_canvas_to_string) make things shift up one line
* r_cons_canvas_write should consider "left" (which is the number of
chars available from x until the right side of the screen) and not
"left - 1". Moreover, since "slen" is at most the maximum number of
characters that we can print in that row, there is no need to check
if we can write those bytes
* r_cons_flush usually add a newline, but we shouldn't print it because
otherwise everything will shift up by one line
2015-06-04 19:11:16 +02:00
pancake
99883280e0
Restore internal temporal seek and avoid huge backward disasms
2015-06-04 16:53:04 +02:00
pancake
3a6558e628
Bump capstone from git
2015-06-04 15:22:31 +02:00
Judge Dredd (key 6E23685A)
b87c68e7e7
fix #2708
2015-06-04 14:49:17 +02:00
Álvaro Felipe Melchor
7c2fd089f3
Fix #2706 & #2705
2015-06-04 13:14:43 +02:00
pancake
b6720d8529
Puke rainbows in pi
pid
and pdi
2015-06-04 13:05:02 +02:00
pancake
b60547a89c
Remove the syntax pad hex arch bits
. Use pad hex@a:arch:bits
2015-06-04 12:38:54 +02:00
Álvaro Felipe Melchor
008158f705
Fix #2684
2015-06-04 11:38:51 +02:00
Judge_Dredd
2acf7d4a03
arbitraty number of matches in cons/less search, refactor
2015-06-04 09:21:05 +03:00
pancake
c0b1e5fad3
Fix iOS build
2015-06-04 04:30:48 +02:00
skuater
d7f6b4f6c6
fix issue #2680
2015-06-04 03:42:33 +02:00
Riccardo Schirone
225cc70e37
core/graph: do all update of the state in the graph_refresh function
2015-06-03 17:59:53 +02:00
Riccardo Schirone
ad59230ef9
core/graph: push also tab/TAB movements in the history
...
core/graph: rename + moving functions
2015-06-03 17:59:53 +02:00
Riccardo Schirone
e9facfe535
core/graph: clean graph_reload_nodes
...
leave the selection of the right thing to do to sub-functions.
reload_nodes choose which node to reload based on the status of g.
graph_set_layout choose which layout to apply based on the status of g.
2015-06-03 17:59:53 +02:00
Riccardo Schirone
e189a9ba49
core/graph: use a function to update the is_small_nodes flag
...
in this way we can always update the size of the nodes at the right
moment.
2015-06-03 17:59:52 +02:00
Riccardo Schirone
823c7f8b1b
core/graph: extract function graph_print_nodes/edges
2015-06-03 17:59:52 +02:00
Riccardo Schirone
5505d59a81
core/graph: avoid realloc of edges at every step of the loop
2015-06-03 17:59:52 +02:00
Riccardo Schirone
91c4229660
core/graph: use n_edges/n_nodes instead of NULL terminating the list
2015-06-03 17:59:52 +02:00
Riccardo Schirone
cfa69ae7a8
core/graph: choose type of printing in graph_reload_nodes
...
extract graph_prev/next_node to move to the previous/next node in the
graph.
2015-06-03 17:59:52 +02:00
Riccardo Schirone
78471faf98
core/graph: code refactoring
...
core/graph: extrat struct graph
core/graph: replace updateSeek with graph_update_seek
core/graph: change names to some functions
core/graph: refactoring of graph_set_layout
core/graph: make ostack part of the struct graph
2015-06-03 17:59:52 +02:00
Riccardo Schirone
3315382895
core/graph: null check should be before dereferencing the pointer
2015-06-03 17:59:52 +02:00
David Kreuter
ab538a170d
m68k_disasm: replaced macro by inline function to please coverity
2015-06-03 16:37:43 +02:00
pancake
297a620a94
Fix two covs
2015-06-03 12:34:15 +02:00
Álvaro Felipe Melchor
fddb32ccd7
Fix #2683
2015-06-03 12:28:19 +02:00
pancake
f182a726df
Fix search hit between blocks bug. Needs rework
2015-06-03 12:16:50 +02:00
skuater
e5d2683e42
add handlers to interrupt r2pipe
2015-06-03 10:35:54 +02:00
pancake
abd8db639c
Honor obsz
in ij
output
2015-06-03 10:26:11 +02:00
jvoisin
0c144f16bc
Even more coverifixes
2015-06-02 22:59:30 +02:00
pancake
96090200ee
Fix px -10 test
2015-06-02 18:06:10 +02:00
Mauro Matteo Cascella
f7493773ec
Fix #2681
2015-06-02 17:44:10 +02:00
pancake
47860d67dc
Remove more references to r_diff
2015-06-02 10:31:30 +02:00
pancake
3d47337ae6
Fix warnings
2015-06-02 10:25:40 +02:00
Riccardo Schirone
757c2da65f
cons/canvas_line: refactoring calls to draw_horizontal_line
2015-06-02 10:17:17 +02:00