-1

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?

genpfault
  • 51,148
  • 11
  • 85
  • 139
  • 2
    There 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
  • 1
    You 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

1 Answers1

0

You can't do this. There is no way.

There is a question that could be useful.

Zig Razor
  • 3,381
  • 2
  • 15
  • 35