diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-01-20 13:16:29 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-20 13:16:29 -0500 |
| commit | 65c1ab279b34f11070a450de993886df9c7353ec (patch) | |
| tree | fff31eaca0be83e034f9356465b02f7224ce47a2 /python/mediumlevelil.py | |
| parent | b97912fbac14e760f1b595180ffe58af1ee34194 (diff) | |
Add support for mmlil_if_available
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 1a710c85..d7903fb2 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -18,6 +18,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +from abc import abstractmethod import ctypes import struct from typing import Optional, List, Union, Mapping, Generator, NewType, Tuple, ClassVar |
