I have a executable file as resource of my main program, there's some way to Hide/protect my resource file against extractors like Resource Hacker, Resource Tuner between others?
Asked
Active
Viewed 147 times
-1
-
2There isn't any way to do this. Once you're handing out data you no longer control who's using it. – IInspectable Oct 09 '20 at 06:32
-
1You can't. [Preventing reverse engineering with binary code and secret key](https://stackoverflow.com/questions/28875519/preventing-reverse-engineering-with-binary-code-and-secret-key) – Botje Oct 09 '20 at 07:14