Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_util.h>
Go to the source code of this file.
Classes | |
struct | BbCommands |
Typedefs | |
typedef char *(* | CommandCallback) (const char *args) |
Functions | |
static int | run (int i, const char *arg) |
int | main (int argc, char **argv) |
Variables | |
static BbCommands | bbcmds [] |
Definition at line 29 of file rz-bb.c.
References argv, bbcmds, BbCommands::cmd, cmd, i, NULL, printf(), and run().
Definition at line 19 of file rz-bb.c.
References bbcmds, BbCommands::cb, free(), i, and printf().
Referenced by chmd_extract(), copy_fh(), hash_context_run(), main(), noned_decompress(), rip(), rz_bin_dmp64_init_memory_runs(), and zip_read_lens().
|
static |