You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the output from retdec-fileinfo for the binary file from the first of the failing tests:
$ ./retdec-fileinfo 564ee59caad056d98ed274c8c4f06e82
Program aborted due to an unhandled Error:
truncated or malformed object (export info size: 0x530 in export trie data at node: 0x0 too big and extends past end of trie data)Aborted
My guess is that this is caused by the update of LLVM from 3.9 to 8.0.
We should consider running a Debug build of RetDec in TeamCity to detect such issues more early.
Five regression tests concerning parsing of Mach-O via fileinfo are failing with the Debug build of RetDec.
Steps to reproduce
master
of RetDec in the Debug mode.Expected output
Actual output
The failed tests are:
Notes
retdec-fileinfo
for the binary file from the first of the failing tests:Configuration
The text was updated successfully, but these errors were encountered: