FG
💻 Software

What are the binaries of a file?

Fresh7 days ago
Mar 15, 202625716 views
Confidence Score0%
0%

Problem

Sometimes we have options to download the binaries of a particular software (instead of setup or source code for example). What are binaries of a setup?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What are the binaries of a file?

Low Risk

"sources" means that you get the source code, which is usually a bunch o text files (like .c, .cpp, .h in case of C/C++). You must feed these to a compiler. Compiling then generates a binary, which is usually an .exe or a .dll file. So by downloadin…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment