Commit Graph

15 Commits

Author SHA1 Message Date
pancake
0cf7ae38c7
Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
pancake
04022ede34 Revert "Fix memleaks in agraph by keeping a separated list of dummy nodes ##visual"
This reverts commit 9f91932eb1.
2021-03-18 17:02:15 +01:00
Paul I
9f91932eb1 Fix memleaks in agraph by keeping a separated list of dummy nodes ##visual 2021-03-15 04:21:08 +01:00
pancake
4dee81b7a9 Initial implementation of graph edge highlighting ##visual 2021-02-28 16:17:07 +01:00
pancake
5a229b7417
Update node colors more frequently ##graph (#18345)
* Remove r_agraph_add_node_with_color
* color is not const char* ansi string instead of int traceid
2021-02-10 10:41:54 +01:00
pancake
0cc2cdd200
Honor afbc in graph and disasm and improve output in JSON ##graph (#18341) 2021-02-09 14:23:25 +01:00
Khairul Azhar Kasmiran
c2080a6cb1 Fix agraph.c calloc warning 2021-02-06 03:30:53 +01:00
HoundThe
b44b8cb405
Add acg - printing class hierarchy graph ##anal (#17362)
* add `acg` - printing class hierarchy graph
* Move the printing into the cmd_anal.c from returned RAGraph
* Change API to return Graph and transform it to AGraph when printing is necessary
* Move graph to agraph into agraph module, move generic node structure to rgraph, removing unnecessary dependency
* Move RGraphNodeInfo related functions to graph.c
2020-08-07 17:23:52 +08:00
Riccardo Schirone
79bee09fc3 Use g->x and g->y to rebase x/y got with r_str_str_xy
* Use RVector instead of RPVector
* Use RAGraph instead of the fixed core->agraph which may be wrong
* Fix infinite loop and remove unused functions
2020-05-03 17:33:36 +02:00
pancake
4b0e25caeb Implement findNextWord in the interactive Visual Graph ##graph 2020-05-03 17:33:36 +02:00
dodococo
a0354d4cfd Implement agd* based commands (#14809)
* ag* commands fully functional
* Indent and r_return usage
* All agd* commands functional now
* Graphs are pretty now
* Refactoring the code
* Fixed assertion error
* Fixed broken agf
2019-08-16 22:51:11 +08:00
pancake
027fd8c494 Add graph.body and graph.bubble config vars, move sin/cos into r_util ##graph 2019-06-29 01:07:25 +02:00
pancake
645aa0f2a5 Implement graph.ntitles to toggle graph title nodes ##graph 2019-05-18 12:22:46 +02:00
pancake
4d94311ee5 Implement graph.dummy for toggling the creation of dummy nodes 2019-05-06 00:10:44 +02:00
radare
89211e61ac
Implement graph neighbourhood navigation with i and I keys ##visual 2019-05-05 03:02:49 +03:00