Skip to content

Incorrect namings of CAST_TYPE instructions in PyEval.eval #871

@dolamroth

Description

@dolamroth

In the code, these instructions are named like "{type1}-{type2}",

self.eval[f"{first_type}-{second_type}"] = self.CAST_TYPE

however, it should be "{type1}-to-{type2}", according to https://source.android.com/docs/core/runtime/dalvik-bytecode

Androguard and shuriken both have "{type1}-to-{type2}" format, so as to now quark skips those instructions

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