MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / usage

Function usage

arch/powerpc/test_disasm.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void usage(const char* av0)
127{
128 printf("usage: %s [-p] [-q] [-s] [-b] repl/send\n", av0);
129 printf("p for ppc_ps, q for ppc_qpx, s for ppc_spe\n");
130 printf("b for big endian interprettation\n");
131 printf("send argument \"repl\" or \"speed\"\n");
132}
133
134int main(int ac, char **av)
135{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected