E
E
esayanoleg2013-08-12 13:58:28
Programming
esayanoleg, 2013-08-12 13:58:28

A few coding questions

Hello, I have a few noob questions.
1. What is displayed when, roughly speaking, I open an .exe through notepad?
2. Is it possible to change this code in any way?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
kosmos89, 2013-08-12
@esayanoleg

Exe file is in PE (Portable Executable) format, like dll, for example.
1. MZђ and all sorts of rubbish. To be more precise, ASCII interpretation of binary data (service headers, resources, code, data section). Well, i.e. rubbish. Binary files should be opened in HEX editors.
2. Yes, through a HEX editor. The structure can be googled for "pe file format". In addition, resources can be edited using res hacker. If you need to change the code, you need to use a disassembler.

D
Dolios, 2013-08-12
@Dolios

1. Contents of the PE file: ru.wikipedia.org/wiki/PE
2. Yes (subject to a number of conditions).

B
barker, 2013-08-12
@barker

A very strange question with interests in the profile: programming, networks, hacking, and game development.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question