Question:
how can i change data in exe using hex editor?
anonymous
2010-10-23 23:53:51 UTC
i want to modify content of exe using hex editor...bt after that that exe is not runnable..
i want it execute after modifying....so pls help me to solve this
Three answers:
Mike
2010-10-23 23:57:17 UTC
Back in the ms-dos days you could do it easily.



Today programs are locked by cyclic checks and other factors. In simple terms you can only easily alter a program in the source code and then you need to recompile.
ceron
2016-12-05 16:51:07 UTC
that's no longer that easy. to make srious differences NO software will incredibly help. you are able to be a programmer. this suggests you are able to study programming. additionally the spacings of a few information are severe, modifying something could only reason a crash in case you do no longer alter such spacing, or perhaps many of the hex code in the previous or after the counsel.
oops
2010-10-24 00:22:11 UTC
Read this to get started:

http://en.wikibooks.org/wiki/X86_Disassembly


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...