Answer the question
In order to leave comments, you need to log in
How to change unix executable file?
All the best. I have a file that runs on linux like
./runFileafter copying to OS X, the system identified it as a unix executable file. I need to edit it a bit. How can I do it?
Answer the question
In order to leave comments, you need to log in
It's easy, most likely it's a regular text file - in a text editor
. If it's a binary file - then roughly speaking, nothing (it's difficult and the question is whether it is necessary)
There is no direct solution to this problem. This is the compiled file.
If you want to fix the file itself, its operation logic - look for its sources, or decompile/disassemble it.
If you need to fix resources - look for resource editors.
If you need to change, for example, the transition command, then debug it with a debugger and edit the necessary bytes in a hex editor.
Something like this...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question