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

#include <opcode.h>

Public Attributes

char * op_name
 
void(* func )(RzAnalysisOp *op, pyc_opcode_object *op_obj, ut32 oparg)
 

Detailed Description

Definition at line 64 of file opcode.h.

Member Data Documentation

◆ func

void(* op_analysis_func::func) (RzAnalysisOp *op, pyc_opcode_object *op_obj, ut32 oparg)

Definition at line 66 of file opcode.h.

Referenced by analysis_pyc_op().

◆ op_name

char* op_analysis_func::op_name

Definition at line 65 of file opcode.h.


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