Skip to content

Code contains syntax errors and does not run #17

@davidpatel0

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

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