I need to protect my program from disassembly. The first attempt would be by encrypting the program and decrypting its parts when needed. Perhaps encrypting again when decrypted code is executed.
Please give me a clue, how create this type of defense. Obviously without assambler this task is difficult, but I haven't found many resources.
If you have any URLs to share with information around this issue, please share.