Skip to content

Code contains syntax errors and does not run #17

Description

@davidpatel0

The code contains bad indent in some files, for example:

tif = ida_typeinf.tinfo_t()
if tif.get_type_by_tid(self.struct_id) and tif.is_udt():
raw_txt = idc.GetLocalType(tif.get_ordinal(), idc.PRTYPE_1LINE)
l_idx = raw_txt.find('{')
r_idx = raw_txt.find('}')

The code should be re-formatted

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions