-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels