We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File 8801bfdaf3a3568da4f1696d382854c6ae8be141d3ff861ab019817b1237aee3 is detected by fileformat (fileinfo) as COFF:
8801bfdaf3a3568da4f1696d382854c6ae8be141d3ff861ab019817b1237aee3
Input file : original CRC32 : 42e55020 MD5 : eba181f43fd28a6eba6a38775d5d6af7 SHA256 : 8801bfdaf3a3568da4f1696d382854c6ae8be141d3ff861ab019817b1237aee3 File format : COFF File class : 64-bit File type : Relocatable file Architecture : Unknown machine type (0) Overlay offset : 0 Overlay size : 0x13000 Warning: Unknown compiler or packer.
However, it really seems to be a 32-bit PE with some leading zeroes. After manual removal of leading zeros:
Input file : fixed CRC32 : 4dabcf5a MD5 : da5f09bc61c1940edf88675619a9b674 SHA256 : 9718cbc48647ffa9d072d7d55d5ae185dd6fb9fcf3af81d08229a12a8f7a9296 File format : PE File class : 32-bit File type : Executable file Architecture : x86 Endianness : Little endian Image base address : 0x400000 Entry point address : 0x402a0f Entry point offset : 0x2a0f Entry point section name : .text Entry point section index: 0 Bytes on entry point : 5589e553575683ec188b45088904248945f0e885f3ffff8b4df08b51388b7134893424895424048945ece8bbf1ffff8b45f0 Detected tool : Microsoft Linker (12.0) (linker), combined heuristic Detected tool : LCC or similar (compiler), 8 from 8 significant nibbles (100%) Rich header offset : 0x80 Rich header key : 0xa47ad95b Rich header signature : 0093780900000005000100000000000b000000000000000100de520d00000001 Overlay offset : 0x7000 Overlay size : 0xb92b
This is probably a bug in the file format detection.
The text was updated successfully, but these errors were encountered:
a5fa960
bugs: add tests for avast/retdec#421
1a03aa8
CHANGELOG.md: add entry for #421 and #431.
cbbcb17
The problem is, that code that decides this is a valid COFF is in LLVM - COFF object constructor succeeds.
I didn't want to hack it in LLVM so I added some additional checks of the parsed COFF object that will determine if it is a valid COFF.
Sorry, something went wrong.
No branches or pull requests
File
8801bfdaf3a3568da4f1696d382854c6ae8be141d3ff861ab019817b1237aee3
is detected by fileformat (fileinfo) as COFF:However, it really seems to be a 32-bit PE with some leading zeroes.
After manual removal of leading zeros:
This is probably a bug in the file format detection.
The text was updated successfully, but these errors were encountered: