Skip to content

Commit 1897812

Browse files
committed
Python API: Fix LLIL flags param type being inaccurate
They are flag *writes* not the flags themselves.
1 parent e684f82 commit 1897812

2 files changed

Lines changed: 116 additions & 111 deletions

File tree

python/architecture.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

6262
RegisterType = Union[RegisterName, 'lowlevelil.ILRegister', RegisterIndex]
6363
FlagType = Union[FlagName, 'lowlevelil.ILFlag', FlagIndex]
64+
FlagWriteType = Union[FlagWriteTypeName, FlagWriteTypeIndex]
6465
RegisterStackType = Union[RegisterStackName, 'lowlevelil.ILRegisterStack', RegisterStackIndex]
6566
SemanticClassType = Union[SemanticClassName, 'lowlevelil.ILSemanticFlagClass', SemanticClassIndex]
6667
SemanticGroupType = Union[SemanticGroupName, 'lowlevelil.ILSemanticFlagGroup', SemanticGroupIndex]

0 commit comments

Comments
 (0)