We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
if u plz i want a code to: make the CODE not able to make copies from the files in it( with copy paste),but if i have e program in it,i can setup it normaly from the CODE( but i cant take a copy from it) assembly is good but c is better for me. thnx
Start to learn to program. Then you would know what silly question you are asking.
The source code can always be copy/pasted if a user has access to the source code.
If the user has access to the target processor, there will not be any source code. Only the binary output from the compiler. And a user would _not_ use any copy/paste to try to retrieve the binary. And that binary can't be converted back to source format. It will take a huge amount of work to try to reverse-engineer the code.
Third: It is very processor-specific if the target processor has methods to read-protect the code area, and how these protections works.
Stop writing in general, and ask a very specific question relating to a very specific chip and a very specific usage, and people may possibly be able to help.