V
V
visoVV2020-02-05 17:37:02
linux
visoVV, 2020-02-05 17:37:02

How to change the encoded server program file?

There is a program encoded, ANSI encoding - all I know about it
needs to be changed, how to decode it?
5e3ad3661a6bb122763775.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
vaut, 2020-02-05
@vaut

The first letters of the ELF file seem to hint that this is an executable binary file for Linux.
Editing it like other executable binaries is possible only through disassembly.
So if you don't have reverse engineering skills, then you can't edit the file.

C
CityCat4, 2020-02-05
@CityCat4

There is a program encoded, ANSI encoding

...and then I tumbled under the table with a crash...
Only one thing is true here - this is a program. Everything else is nonsense and nonsense :) This is not a coded program, it is the most common binary (they do not and cannot have "encoding"), that is, a ready-made executable module that runs on Linux. It may not even run if the dependencies are not satisfied.
If "make changes" means correcting the line "Copyright by Vasyan" to "Sdelano Vovanom" - this can be done with a hexadecimal editor by putting zeros in extra characters. If you mean changing the behavior of the program - no way.

V
Vladimir Kuts, 2020-02-05
@fox_12

In the general case, for the file, what was given:
1. Disassemble
2. Make changes
3. Collect binary
If you change purely string data, you can try using resource editors

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question