Skip to content

Commit

Permalink
Fix missing rz_analysis_esil_inter_state_t key
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Jan 25, 2024
1 parent c001b1e commit b0235fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def bind_analysis(analysis_h: Header) -> None:

Class(analysis_h, typedef="RzAnalysisBlock")
Class(analysis_h, typedef="RzAnalysisEsil")
Class(analysis_h, typedef="RzAnalysisEsilInterState")
Class(analysis_h, typedef="RzAnalysisPlugin")

Class(
Expand Down

0 comments on commit b0235fb

Please sign in to comment.