Open Hacksign opened 2 years ago
there's nothing corrupt in the r2 output, is this binary suposed to contain any versioninfo? because by checking the parser it fails in many different ways and stops early. but even skipping some of the checks still results on no parseable version info. Could be a bug in the PE parser.
is this binary corrupted?.
the === VS_VER...
line is totally misleading and inconsistent with the rest of code in r2, so i'll try to find some time to cleanup the implementation but im not sure if that file may contain any version info here. can you confirm? thanks for reporting!
I'm pretty sure this file contains version information.
This is another file which is compile by myself (with version information controled by myself too):
@trufae there is actually some strings in file, like File Version
Don't know how to read the number after, can't get it as on screan
Where are those strings taken from @alex-bender ? can you find them from RBin?
I don't know what exactly I should do but you can find it at addr 0x00c4a276
in binary https://down.360safe.com/setup.exe
Environment
Description
Can not get version info by command
rabin2 -V xxx.exe
Test