Skip to content

opcode search problem #2

Description

@bfloat16

First of all, thank you very much for your project. The decompiled asm is very clear. But I want to continue to study the function of opcode, and I have encountered some problems.
When the opcode is smaller, I guess the opcode should be defined as follows:

Image Image

raw 6 -> goto, raw 11 -> push, raw 12 -> pop(Should it be like this?

But when the opcode is large, I can't find which function handles these opcodes in IDA:

Image

Maybe this function? But it doesn't match the decompiled result.
Image

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