使用不同加密器混淆的可执行文件
我想测试(和验证)一个应用程序,该应用程序分析用 UPX、ASProtect、PECompact 等混淆的可执行文件...有人知道在哪里可以找到用不同算法混淆的(虚拟)示例应用程序吗?
I would like to test (and validate) an application that analyses executable files obfuscated with UPX, ASProtect, PECompact, etc... Does someone knows a place where I can find (dummy) samples apps obfuscated with different algorithms?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多软件使用加壳程序来压缩/混淆其二进制文件。但是,我认为您可以下载加壳程序并自行混淆某些应用程序,而不是搜索此类已经混淆的应用程序。然后,您可以使用这些打包的二进制文件来测试/验证 PE 分析器。一些著名的加壳器是:
http://upx.sourceforge.net/
http://www.bitsum.com/pecompact.php
http://www.aspack.com/asprotect.html
Many software use packers to compress/obfuscate their binaries. However, instead of searching for such already obfuscated applications, I think you can download packers and obfuscate some application by yourself. You can then use these packed binaries for testing/validating PE analyzer. Some of the well known packers are:
http://upx.sourceforge.net/
http://www.bitsum.com/pecompact.php
http://www.aspack.com/asprotect.html