Skip to content

TypeError: unsupported operand type(s) for *: 'int' and 'NoneType' #3

Description

@joroMaser

In C:\Program Files\IDA Pro 7.6\plugins\ida_medigate I copied all files from the master
then I write "C:/Program Files/IDA Pro 7.6/plugins/ida_medigate" in file
%APPDATA%\Hex-Rays\IDA Pro\idapythonrc.py

Then I tried to run : from ida_medigate.rtti_parser import GccRTTIParser
But I got error :

Python>from ida_medigate.rtti_parser import GccRTTIParser
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Program Files/IDA Pro 7.6/plugins\ida_medigate\rtti_parser.py", line 149, in <module>
    class GccRTTIParser(RTTIParser):
  File "C:\Program Files/IDA Pro 7.6/plugins\ida_medigate\rtti_parser.py", line 153, in GccRTTIParser
    OFFSET_FROM_TYPEINF_SYM = 2 * utils.WORD_LEN
TypeError: unsupported operand type(s) for *: 'int' and 'NoneTyp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions