Riccardo Schirone
c640e68e56
libr/util: implement a simple queue
...
libr/util/t/queue: add test
2015-06-11 22:53:48 +02:00
Riccardo Schirone
0b091a6c5f
libr/util: implement a simple stack
...
libr/util/t/stack: add test
2015-06-11 22:53:47 +02:00
Álvaro Felipe Melchor
3536b9cb63
Fix #2741
2015-06-11 17:43:27 +02:00
pancake
57771a1ce4
Bump capstone, and fix a bug in io:rap
2015-06-11 13:59:20 +02:00
pancake
84e7193e97
Fix #2719 - Add dbtj
command to show backtrace in json
2015-06-11 12:54:39 +02:00
Riccardo Schirone
33a550aa23
core/graph: fix undefined behaviour in event_resize callback
...
* fix bug in VV introduced by f802bdf3b1
* code refactoring
2015-06-11 12:46:36 +02:00
pancake
5954f6e046
Fix #2716 - sdb, rmkdir and console issues on w32
2015-06-11 12:12:22 +02:00
pancake
f802bdf3b1
Add afg
command to print non-interactive ascii-art graph
2015-06-11 03:55:15 +02:00
Álvaro Felipe Melchor
4514f7aee3
Fix a invalid read of size 4 in rcc_context
2015-06-09 23:27:05 +02:00
Álvaro Felipe Melchor
3c22b5ccab
Fix #2732
2015-06-09 23:27:05 +02:00
Judge Dredd (key 6E23685A)
e46f183b7c
fix #1298
2015-06-09 15:53:02 +02:00
pancake
43d891503e
Honor R_SYS_DIR in more places to make w32 happy
2015-06-09 13:47:45 +02:00
Judge Dredd (key 6E23685A)
b19c9ea39e
fix #2725
2015-06-09 13:34:31 +02:00
pancake
e21a7421f7
Fix anal.arm64 register profile
2015-06-09 02:59:32 +02:00
pancake
03aa69b261
Implement reverse rap for system()
2015-06-09 01:45:39 +02:00
Kevin Grandemange
62e9ea5310
remove traces, cosmetics
2015-06-08 22:21:24 +02:00
Oleksii Kuchma
0c57a435fc
Rewrite MZ bin plugin
...
* Add const modifiers, fix function call style
* Add checking and using dos_file_size
* Fix number of arguments in load_bytes.
* Add check for NE, LE and LX executables.
* Fix function declaration for btree_traverse.
2015-06-08 22:18:21 +02:00
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