我的密码不工作? [英] My Crypter Won't Work?

查看:165
本文介绍了我的密码不工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在VB.NET 2010 Express Edition中构建了一个Crypter,并且打开了.exe GUI,并选择了一个可执行文件进行加密,并进行了加密。我打开了Crypted文件,我收到一个错误说:

I recently built a Crypter in VB.NET 2010 Express Edition, and I opened up the .exe GUI, and chose a Executable File to Encrypt, and it Crypted. I opened the Crypted File and I recieved an error saying this:

此文件的版本与您运行的Windows版本不兼容。系统信息以查看您是否需要程序的x86(32位)或x64(64位)版本。

"The version of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program."

是否有可能转换我的代码变成64位?如果你需要看到我的代码,请在下面的注释。谢谢你们,所有的帮助是感谢! :)

Is there any possible way I can convert my code into 64-Bit? If you need to see my code, just say so in the comments below. Thanks guys, all help is appreciated! :)

推荐答案

您可以做的是在加密后将加密文件的类型重命名为其他类型。例如, whatever.exe 可以重命名为 whatever.exe.encryptedfile 。如果您随后将文件类型 encryptedfile 与您的应用程序相关联,则只要有人尝试打开该类型的文件,它就会自动启动。

What you could do is to rename the type of the encrypted file to something else when you've encrypted it. For instance, 'whatever.exe' could be renamed to 'whatever.exe.encryptedfile'. If you then associate the filetype 'encryptedfile' with your application, it will start automatically whenever someone tries to open a file of that type.

这篇关于我的密码不工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆