How to Protect an Exe File from Decompilation

前端 未结 4 1259
青春惊慌失措
青春惊慌失措 2021-02-04 17:55

What are the methods for protecting an Exe file from Reverse Engineering.Many Packers are available to pack an exe file.Such an approach is mentioned in http://c-madeeasy.blogsp

4条回答
  •  广开言路
    2021-02-04 18:09

    Currently many solutions can be used to protect your application from being anti-compiled. Such as compressing, Obfuscation, Code snippet, etc. You can looking for a company to help you achieve this.

    Such as Nelpeiron, the website is:https://www.nalpeiron.com/ Which can cover many platforms, Windows, Linux, ARM-Linux, Android.

    What is more Virbox is also can be taken into consideration: The website is: https://lm-global.virbox.com/index.html I recommend is because they have more options to protect your source code, such as import table protection, memory check.

提交回复
热议问题