Skip to content

IDA crashes when cfuncptr_t.treeitems is indexed under certain condition #2

@nan0tube

Description

@nan0tube

Code to reproduce crash:

hexrays.decompile(here()).treeitems[0]

Expected behaviour:

  • hexrays.decompile(here()).treeitems[0] should return first item in cfuncptr_t.treeitems

Workaround:

c = hexrays.decompile(here())
c.__deref__()
c.treeitems[0]

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