Skip to content

RetDec doesn't recognize exported function code #5

@v-p-b

Description

@v-p-b

I'm trying to test #1 with the latest development branch, but I get errors like this for all functions I tested:

failed to decompile function: [Errno 2] No such file or directory: '/tmp/tmpFHbd2y'
Analysis update took 0,000 seconds
retdec-decompiler.sh --backend-no-debug-comments --cleanup --mode raw --raw-section-vma 0x10022290 --raw-entry-point 0x10022290 --arch x86 --endian little --config /tmp/tmpdTIz60 /tmp/tmp3enLXi
Input file '/tmp/tmp3enLXi' is in unknown format!
upx: /tmp/tmp3enLXi: NotPackedException: not packed by UPX
failed to decompile function: [Errno 2] No such file or directory: '/tmp/tmp3enLXi'

I monitored /tmp and the files are created there and I confirmed that they contain the machine code of the function to be analyzed. I'm trying to analyze an unpacked function using FASTCALL convention from a 32-bit PE file.

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