|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 121 楼』:
使用 LLM 解释/回答一下
ExeScript和QuickBFC是同一原理,而且QuickBFC的还是隐藏的,可以修改图标、加信息
ExeScript and QuickBFC are based on the same principle, and QuickBFC is still hidden. It can modify icons and add information.
|
|
2006-12-22 14:39 |
|
|
rubik
初级用户
 
积分 102
发帖 35
注册 2006-3-16
状态 离线
|
『第 122 楼』:
使用 LLM 解释/回答一下
Originally posted by lxq73061 at 2006-11-25 04:07:
我的最简单的办法(菜鸟也会)
把批处理文件用winrar做成一个自解压的包,解压方式为“临时文件夹”(也可以指定为一个隐蔽的路径),安静模式为“全部隐藏”,覆盖方式为“覆盖所有文件”
还可以加一个密码,不过运行的时候就需要输入正确的密码才能运行的了。再在解压后运行中输入这个批处理文件名就可以了。
比如test.bat这个批处理文件,压缩之后会生成一个test.exe的可执行文件了,现在已经能用了。不过在文件上按鼠标右键还可以看到是winrar的压缩文件,我再把它的后缀名改为.com或.bat或.cmd都行,这样用记事本打开一看全是乱码,他们都以为是用你们上面的方法加密的吧。
顶
Originally posted by lxq73061 at 2006-11-25 04:07:
My simplest method (even beginners can do it)
Use WinRAR to make a self-extracting package of the batch file. Set the extraction method to "temporary folder" (you can also specify a hidden path), set the quiet mode to "completely hidden", and set the overwrite method to "overwrite all files".
You can also add a password, but you need to enter the correct password to run it when it's executed. Then enter the name of this batch file in the "run after extraction" option.
For example, for the batch file test.bat, after compression, it will generate an executable file test.exe. Now it can be used. But when you right-click on the file, you can still see that it's a WinRAR compressed file. I then change its suffix to.com or.bat or.cmd, etc. Then if you open it with Notepad, it's all garbled. They will think it's encrypted using the method above.
Up
|
|
2007-1-7 03:11 |
|
|
sfchman
初级用户
 
积分 38
发帖 15
注册 2006-10-19
状态 离线
|
『第 123 楼』:
使用 LLM 解释/回答一下
Originally posted by chenall at 2006-11-22 03:09:
我将我自己使用的加密解密批处理传上来,大家可以试试。
简单的介面。
利用DEBUG。
加密.cmd 只是在处理的文件前面加上几个控制字符,无添加任 ...
经测试对这个文件不能加密
@ECHO OFF
shutdown.exe -r -t 0
请指教。
Originally posted by chenall at 2006-11-22 03:09:
I upload the batch script for encryption and decryption that I use myself, you can give it a try.
Simple interface.
Using DEBUG.
Encrypt.cmd just adds a few control characters in front of the processed file, without adding any ...
Tested that this file cannot be encrypted
@ECHO OFF
shutdown.exe -r -t 0
Please advise.
|
|
2007-1-11 02:31 |
|
|
sfchman
初级用户
 
积分 38
发帖 15
注册 2006-10-19
状态 离线
|
『第 124 楼』:
使用 LLM 解释/回答一下
Originally posted by chenall at 2006-11-22 03:09:
我将我自己使用的加密解密批处理传上来,大家可以试试。
简单的介面。
利用DEBUG。
加密.cmd 只是在处理的文件前面加上几个控制字符,无添加任 ...
经测试对这个文件不能加密
@ECHO OFF
shutdown.exe -r -t 0
请指教。
Originally posted by chenall at 2006-11-22 03:09:
I upload the batch script for encryption and decryption that I use myself, you can give it a try.
Simple interface.
Using DEBUG.
Encrypt.cmd just adds a few control characters in front of the processed file, without adding any ...
Tested and unable to encrypt this file
@ECHO OFF
shutdown.exe -r -t 0
Please advise.
|
|
2007-1-11 02:31 |
|
|
gocndos
新手上路

积分 8
发帖 4
注册 2007-1-15
状态 离线
|
|
2007-1-15 13:25 |
|
|
wanyu555
初级用户
 
积分 22
发帖 9
注册 2007-1-16
状态 离线
|
|
2007-1-17 13:51 |
|
|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『第 127 楼』:
从楼顶一路跌下 才发现加密只是障眼法。。
使用 LLM 解释/回答一下
有人却是明智 把.bat后缀换成.doc等文本打开形式查看
中文windows通过 谁在其他语言机器上测试通过吗?vista呢?
Some people are wise enough to change the .bat suffix to the opening form of text such as .doc for viewing. Has it been tested and passed on Chinese Windows? Has it been tested and passed on machines with other languages? What about Vista?
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2007-1-17 20:43 |
|
|
cxs22868
新手上路

积分 3
发帖 2
注册 2007-1-19
状态 离线
|
|
2007-1-19 23:33 |
|
|
timlee
新手上路

积分 16
发帖 8
注册 2007-1-20
状态 离线
|
|
2007-1-20 11:43 |
|
|
rubik
初级用户
 
积分 102
发帖 35
注册 2006-3-16
状态 离线
|
『第 130 楼』:
使用 LLM 解释/回答一下
Originally posted by PPdos at 2007-1-17 20:43:
有人却是明智 把.bat后缀换成.doc等文本打开形式查看
中文windows通过 谁在其他语言机器上测试通过吗?vista呢?
本来就是障眼法嘛,聊胜于无。组合使用还是有效果滴
可以直接用记事本打开。指定ANSI即可
Originally posted by PPdos at 2007-1-17 20:43:
Some people are indeed wise, changing the .bat suffix to text opening forms like .doc for viewing
Has it been tested on Chinese Windows? Has it been tested on machines with other languages? What about Vista?
It's just a trick, but it's better than nothing. There is still an effect when used in combination
Can be opened directly with Notepad. Just specify ANSI
|
|
2007-1-20 11:58 |
|
|
21yefeng
初级用户
 
积分 29
发帖 15
注册 2007-2-3
状态 离线
|
『第 131 楼』:
使用 LLM 解释/回答一下
呵呵,真好,学了些东东,不过,可怜那个EncryBat.rar 不能下载啊
Hehe, that's really good. I learned some things. But unfortunately, the EncryBat.rar can't be downloaded.
|
|
2007-2-3 16:04 |
|
|
gxsanhen
初级用户
 
积分 68
发帖 29
注册 2006-9-9
状态 离线
|
|
2007-2-6 12:37 |
|
|
181801669
初级用户
 
积分 58
发帖 27
注册 2006-12-7
状态 离线
|
『第 133 楼』:
使用 LLM 解释/回答一下
找了两夜终于让我找到了,皇天不负有心人呀
After searching for two nights, I finally found it. God helps those who help themselves!
|
|
2007-2-16 10:44 |
|
|
jmz573515
银牌会员
    
积分 1212
发帖 464
注册 2006-12-13
状态 离线
|
|
2007-2-16 10:55 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
|
2007-2-17 01:04 |
|