Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
/* anonymize the graph */
BEG_G {
node_t map[node_t];
graph_t dup;
int id = 0;
char* gtype;
node_t n;
edge_t e;
char* l;
if ($.directed) gtype = "D";
else gtype = "U";
if ($.strict) gtype = gtype + "S";
dup = graph ($.name, gtype);
$tvtype = TV_ne;
}
N {
n = node(dup, (char*)id);
n.label=$.name;
map[$] = n;
id++;
}
E {
edge (map[$.tail],map[$.head],"");
}
END_G {
write (dup);
}
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat