M
M
mUchenik2017-05-29 10:01:47
Windows
mUchenik, 2017-05-29 10:01:47

How to open an exe file for editing?

Hello!
Please tell me how to open the exe file to make changes?
Is it possible to open this type of files in notepad++
If so, then apparently some kind of plugin is needed?
The fact is that I try to open it with a notepad, and incomprehensible icons are displayed (as if the encoding is incorrect).
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
1
15432, 2017-05-29
@mUchenik

If you expected to find sources there, this will not happen. .exe contains compiled code and resources such as icons, libraries, dialogs. If resources are relatively easy to change through all sorts of Resource Editors, then in order to modify an .exe file, you need to disassemble it, understand the structure of the assembler code and make changes manually, this is far from so simple. For example, they do this when hacking programs - keygens, patches, cracks.
The answer to your question will be as follows:
You can simply "open" through 7-zip
Unprotected .exe is disassembled through IDA Pro
Packed or protected .exe must first be unpacked (in the most stupid case - through UPX, in complex cases - disassemble the unpacker and dynamically debug)

D
devalone, 2017-05-29
@devalone

In most cases, you will not receive the source codes in the form in which they were before compilation.

V
Vladimir Martyanov, 2017-06-08
@vilgeforce

HIEW is ideal for editing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question