Home
last modified time | relevance | path

Searched refs:hexgraph (Results 1 – 1 of 1) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c392 char *hexbytes = NULL, *hexmask = NULL, *hexgraph = NULL; in serialize() local
423 hexgraph = calloc (1, sizeof (RSignGraph) * 2 + 1); in serialize()
424 if (hexgraph) { in serialize()
425 r_hex_bin2str ((ut8 *) graph, sizeof (RSignGraph), hexgraph); in serialize()
469 r_strbuf_appendf (sb, "|%c:%s", R_SIGN_GRAPH, hexgraph); in serialize()
505 free (hexgraph); in serialize()