Skip to content

Incorrect Function Decompiling. #8925

@RobR89

Description

@RobR89

Describe the bug
While de-compiling a program the following bytes failed to decode.
0x8b 0x4d 0x10 0x83 0xc4 0x04

The program is x86 - 32 bit.
As far as I can see they should result in the following instructions.

0x8b 0x4d 0x10 mov ecx,DWORD PTR [ebp+0x10]
0x83 0xc4 0x04 add esp,0x4

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