Visual Studio 6 signature scan missing libc type?
I remember prior versions would tell whether an exe was built with libc or libcmt and even debug versions. Has the interface moved it somewhere else or is simply not displayed anymore?
Hello, @krystalgamer! This functionality has not been moved or removed anywhere and is still located in the Microsoft.6.sg module.
UPD.: Latest beta.
hey @DosX-dev
Here's the side by side of stable and beta
like your screenshot I remember it showed next to the compiler, i had used DiE prior to identify the proper libc version for this exe. is there a way to debug why it's not showing/identifying?
I dare to assume that you mean the functionality from the module `EP.MSVC.4.sg". It is planned to completely rewrite it due to problems with codebase conflicts.
However, to use it, just enable the option as in the screenshot below
I'ts enabled and still can't see libc*
I don't understand what functionality we are talking about. Can you try scanning with the old version of DiE?
As you can see the version 3.04 contains [libcmt] while 3.11 is missing. This is for the same exe.
Can you provide sample files?