如何保护PE文件资源(字符串、图像……)?

发布于 2024-08-10 02:21:41 字数 218 浏览 6 评论 0原文

我需要任何方法来保护 pe 文件资源进行编辑,非常感谢。

编辑如下:

1)将 pe 文件作为二进制文件打开并搜索字符串,然后对其进行编辑。

2)编辑汇编代码,如“jne”(如果不等于则跳转)到“je”(如果相等则跳转)

                        **best regards**

I need any method to protect pe file resources form editing and thank you very much..

editing like:

1) open pe file as binary file and search about a string then edit it.

or

2) edit assembly code like "jne"(jumb if not equal) to "je"(jumb if equal)

                        **best regards**

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分分钟 2024-08-17 02:21:41

使用exe加壳器。它们有很多,所以我相信您会毫无问题地选择一个适合您需要的。

http://en.wikipedia.org/wiki/Executable_compression

Use exe packer. There are plenty of them, so I'm sure you'll have no problem to pick one that suits your needs.

http://en.wikipedia.org/wiki/Executable_compression

雪化雨蝶 2024-08-17 02:21:41

如果这是一个商业应用程序,并且您愿意花一些钱来获得良好的保护,请考虑 Themida:http://www.themida .com/

If that's a commercial application and you are willing to spend some money on good protection, consider Themida: http://www.themida.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文