如何保护PE文件资源(字符串、图像……)?
我需要任何方法来保护 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用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
如果这是一个商业应用程序,并且您愿意花一些钱来获得良好的保护,请考虑 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/