Home > Common Problem > body text

What does bin mean?

藏色散人
Release: 2019-05-22 09:17:52
Original
27544 people have browsed it

What does bin mean?

bin is a binary file, its purpose depends on the system or application. That is to say, generally speaking, it is machine code, the result of assembly language compilation (compiled assembly language under a disk operating system is similar to a ".com" file), which can be opened with debug, WINHEX, U_EDIT and other software (usually not You must be able to understand what it is unless you have studied assembly language).

All files of this type, no matter what the suffix is, are divided into two formats: ".text" and ".binary".

Abbreviation of binary file format. A file with the suffix ".bin" is just to indicate that it is in binary format, but does not indicate that it is necessarily related to a certain application.

Example

For example, virtual optical drive files often use ".bin" as the suffix, but it does not mean that all ".bin" files are virtual optical drive files.

The above is the detailed content of What does bin mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
bin
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template