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

#include <opcode.h>

Public Attributes

char * op_name
 
const char *(* formatter )(ut32 oparg)
 

Detailed Description

Definition at line 54 of file opcode.h.

Member Data Documentation

◆ formatter

const char*(* pyc_arg_fmt::formatter) (ut32 oparg)

Definition at line 56 of file opcode.h.

Referenced by add_arg_fmt(), and parse_arg().

◆ op_name

char* pyc_arg_fmt::op_name

Definition at line 55 of file opcode.h.

Referenced by add_arg_fmt(), and parse_arg().


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