What is the structure of the exe file?

Updated on technology 2024-06-08
6 answers
  1. Anonymous users2024-02-11

    You are talking about the range of icons in the exe file of Windows, if this exe file is compiled by VC, you can use VC to open this exe file to find out all kinds of resources inside, including icons, **, toolbars, dialog boxes, strings, etc. The location of the resource in each exe file is different, you can call the windows system call to find out the location of the resource, when using VC development, the system call is: HEX = loadlibrary("");Open the exe file you want to find hrsrc hresinfo = findresource(hexe,"idr_test","test");Locate the location of the resource in the exe file, where"idr_test"It's an ID number"test"is the resource type.

    hglobal hglobal= loadresource(null,hresinfo);Get resource data lpbyte pdata = (lpbyte)lockresource(hglobal); Locate the location of the data in the resource.

  2. Anonymous users2024-02-10

    The exe file is a PE structure, and the icon file is not included in the exe file.

  3. Anonymous users2024-02-09

    An exe file is an executable, a file in the Portable Executable (PE) file format that can be loaded into internal storage and executed by the operating system loader, and is an executable program that can be floated and located in the operating system storage space. Notepad programs, for example, can be used for documentation, e.g. testing.

    txt double-click to open the notepad program to process. exe file executable A type of executable that can be floated in the storage space of the operating system. ms-dos and ms-windows, such file extensions are . exe。

  4. Anonymous users2024-02-08

    1. The full name of exe file is executable file, which is translated as executable file, and can be ported and executable (PE) in the form of implicit file.

    files, which can be loaded into memory and executed by the operating system loader, are executable programs that can be floated in the operating system storage space. For example, the notepad program can be used for documentation, such as: test and carry the test.

    txt double-click to open the notepad program to process.

    2. The exe file is divided into two parts: the exe file header and the program body. exe file.

    It is more complex and belongs to a multi-segment structure, which is one of the most successful and complex designs of DOS. Each exe file contains a file header and an image of the relocatable program. The file header contains the information that ms-dos uses to load the program, such as the size and registers of the program.

    The initial value of . The file header also points to a relocation defeat table that contains a pointer linked list that points to the address of the relocatable segment in the program image.

    ms-dos loads the exe program by copying the image directly from the file to memory, and then adjusts the relocatable segment address described in the locator table. The locator table is an array of relocatable pointers, each pointing to a relocatable segment address in a program image.

  5. Anonymous users2024-02-07

    An executable file is an executable file on a computer, which is short for "executable file". Usually, in the Windows operating system, the exe file is used to install, uninstall, or run various applications or software. These files typically contain binaries of computer programs, as well as other resources related to the program's operation, such as icons, library files, and configuration files.

    EXE files play a very important role in computers as they are the main way to execute various applications and software. By running these files, users can easily install and uninstall the virtual programs they need, while also ensuring the safety and stability of the programs.

    Although the role of exe files in computers is very important, there are some potential security risks. Malicious programs or viruses may damage or manipulate the user's computer system by tampering with the exe file. Therefore, when it comes to installing exe files, users should take care to keep their computers safe and only get and run these files from reliable and official ones.

    In conclusion, exe files are an indispensable file type in a computer, and they provide important support and guarantee for the operation of various applications and software. While using these files, users need to pay attention to security and reliability to ensure the safe and stable operation of the computer system.

  6. Anonymous users2024-02-06

    exe is an extension for executable files that are common in OS 2, MS-DOS, and Windows systems.

    The EXE file is a multi-segment structure that is one of the most successful and complex designs in DOS. An exe file is a file in the Portable Executable (PE) file format that can be loaded into memory and executed by an operating system loader, and is an executable program that can be floated and located in the operating system's storage space. Such as notepad programs, can be used for documents, such as:

    Test. txt double-click to open the notepad program to process.

    Binary executable files in the Windows operating system, executable files are divided into two kinds of stool fingers, one is the dropout name. com another kind of bureau is that. exe up,.

    COM is generally used for DOS, and the executable file in Windows is generally used. The exe file is the file extension used in ms-dos to identify the executable file. The user enters without a . in the prompt line

    exe extension, press Enter to run the executable.

    The exe includes the following main file formats:

    1. DOS executable: the simplest executable file format, which can be run in DOS and Windows. It is identified by adding the ASCII string "mz" (denoted as 4d5a in hexadecimal) to the file header.

    "MZ" is an acronym for Mark Zbikowski, one of the developers of MS-DOS.

    Bit New Executable: Identified by adding the ASCII string "NE" to the file header. It only runs on Windows and OS 2 systems, not DOS.

    32-bit hybrid linear executable: identified by adding the ASCII string "le" to the file header. It is only used to replace the VXD driver in Windows 9X.

Related questions
4 answers2024-06-08

Solution: Change the name of the system disk to the system32 directory under Windows or Winnt, double-click, and type assoc in the command window that comes outexe=exefile issue solved. >>>More

5 answers2024-06-08

Most of this problem is caused by viruses and can be recovered by following the methods below. >>>More

9 answers2024-06-08

It should be that all the corresponding entries in the executable file in your registry have been modified to correspond to the Trojan program, so clicking on it has no response.

11 answers2024-06-08

You may have been infected with a virus that infects your antivirus software, causing it to not work properly and infecting you*exe file, I've come across it before. You can try it like this, enter the security mode with the network, change the name of the 360 and Rising execution file, that is, one less English letter, for example, the execution file of the 360-degree security guard is, you can change it to, one less "e", see if it can run, if you can modify the Rising execution file, and then antivirus, you think it's safe, don't shut down or restart, and then go to the network**windows cleaning assistant, this software is very good at dealing with viruses such as Trojans, If no virus is found after the three software are checked and killed at the same time, you can change the name and restart it. >>>More

9 answers2024-06-08

DNA is a long-chain polymer with a unit called a deoxynucleotide, while sugars are linked to phosphate molecules by ester bonds to form their long-chain backbone. Each sugar molecule is connected to one of the four bases, which are arranged along the long DNA chain to form the genetic code, which is the basis for the synthesis of protein amino acid sequences. The process of reading a code, called transcription, is the process of making a copy of a nucleic acid molecule called RNA based on the DNA sequence. >>>More