Rizin
unix-like reverse engineering framework and cli tools
dispatch_table_s Struct Reference

Public Attributes

const char * cmdline_name
 
int argument_count
 
const char * arg_names
 
const char * description
 
int(* function )(char *argv[])
 

Detailed Description

Definition at line 60 of file ziptool.c.

Member Data Documentation

◆ arg_names

const char* dispatch_table_s::arg_names

Definition at line 63 of file ziptool.c.

◆ argument_count

int dispatch_table_s::argument_count

Definition at line 62 of file ziptool.c.

Referenced by dispatch().

◆ cmdline_name

const char* dispatch_table_s::cmdline_name

Definition at line 61 of file ziptool.c.

◆ description

const char* dispatch_table_s::description

◆ function

int(* dispatch_table_s::function) (char *argv[])

Definition at line 65 of file ziptool.c.


The documentation for this struct was generated from the following file: