diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-04-24 20:29:36 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-04-24 20:29:36 -0400 |
| commit | f2159334633f80dd8423cfbfc73060fa02f85865 (patch) | |
| tree | a6b6374f7871b518018f35c53726ab5186f11d09 /python/mediumlevelil.py | |
| parent | d5302fd05f40e606f93aeb4a0aa98cfc2029fa51 (diff) | |
Ensure Intrinsic is included in low/medium/highlevelil.py
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 7a8a92d4..8daed42b 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -40,7 +40,7 @@ from .interaction import show_graph_report from .commonil import ( BaseILInstruction, Constant, BinaryOperation, UnaryOperation, Comparison, SSA, Phi, FloatingPoint, ControlFlow, Terminal, Call, Localcall, Syscall, Tailcall, Return, Signed, Arithmetic, Carry, DoublePrecision, Memory, Load, - Store, RegisterStack, SetVar + Store, RegisterStack, SetVar, Intrinsic ) TokenList = List['function.InstructionTextToken'] |
