Answer the question
In order to leave comments, you need to log in
Code protection how?
Tell me, please, what are the methods of protecting the code from viewing?
The interaction structure is as follows: There is a protected code and there is a C code that must use the functions from the protected code . The protected code can be in any form (binary, dll - I don’t know), the main thing is that it can be used from another C code and its source code cannot be seen.
Answer the question
In order to leave comments, you need to log in
And what's the problem then? Compile the code into a dynamic library and use it to your health.
As I understand it, it's about obfuscation . Well, it is worth noting that not a single obfuscation can resist targeted reverse engineering.
I know only one thing for sure: If you can create something, then you can also break it. If a person needs, whatever you do, he will see it. Another thing is protection from just "curious", pack it.
Try an example from the article habrahabr.ru/blogs/freelance/115923/
This is the work of an obusfactor. But, as you can see, you can decipher everything if you want.
Also, I recommend taking care of the legal side of code protection - read about this in the Civil Code of the Russian Federation, part 4.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question