💻 Software
Detect compiler used for EXE file
Fresh5 days ago
Mar 15, 202646832 viewsConfidence Score0%
0%
Problem
Is there any way to detect (or to hide) the compiler that was used to build an executable file?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Detect compiler used for EXE file
Low Risk
Try the *nix utility strings. Using should produce a pile of results. Redirect to a file and examine in your favorite editor. You may see either a line that directly implicates a specific compiler, such as Borland C++ - Copyright 2002 Borland Corpor…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix