|
xkenx
新手上路

积分 2
发帖 1
注册 2007-3-20
状态 离线
|
『第 151 楼』:
使用 LLM 解释/回答一下
thanks you for share !!
Thanks you for share !!
(Note: There is a redundant "you" here, it should be "Thanks for sharing!!" but we just follow the requirements to output as is without modifying the content other than correcting obvious typos. Wait, no, the original has "thanks you", which is incorrect. The correct should be "Thanks for sharing!!". But according to the requirements, we need to correct typos. So the corrected translation is "Thanks for sharing!!")
|
|
2007-3-20 06:17 |
|
|
330217977
初级用户
 
积分 32
发帖 13
注册 2007-1-5
状态 离线
|
『第 152 楼』:
请教高手,怎么解乱码
使用 LLM 解释/回答一下
在这里泡了这么旧还是菜鸟一个,刚才有个垃圾给我发了一个cmd,我一看是加密的,想到这里高手如云,特来请教一下,怎么能看到源代码.
I've been lurking here for so long and I'm still a noob. Just now, a jerk sent me a cmd, and I saw it was encrypted. Thinking there are many experts here, I'm here to ask how to see the source code.
|
|
2007-3-21 22:25 |
|
|
asdf123456
新手上路

积分 2
发帖 1
注册 2007-3-23
状态 离线
|
|
2007-3-23 12:44 |
|
|
lp1129
初级用户
 
积分 186
发帖 92
注册 2007-3-27
状态 离线
|
『第 154 楼』:
使用 LLM 解释/回答一下
Originally posted by NIDICK at 2007-3-29 08:12 PM:
学习下.对这个还比较好奇捏
学习下.对这个还比较好奇捏
楼上,为达到100分,也不至于这么狂灌啊!
Originally posted by NIDICK at 2007-3-29 08:12 PM:
Learn a bit. Still quite curious about this
Learn a bit. Still quite curious about this
Upstairs, to reach 100 points, you don't have to spam like this!
|
|
2007-3-30 15:22 |
|
|
wudixin96
银牌会员
    
积分 1928
发帖 931
注册 2007-1-6
状态 离线
|
『第 155 楼』:
使用 LLM 解释/回答一下
Originally posted by yiping1973 at 2006-10-16 01:37 AM:
"联通“变乱码,怎么找到的。真是人精。
其实只要输入以”耳“部的字和”通“组合都是乱码!!!!!
如”职通“!!
Last edited by yiping1973 on 2006-10-16 at 01:41 ]
不完全是的。如聪通就是聪通的。不会变乱码的。
Originally posted by yiping1973 at 2006-10-16 01:37 AM:
"Unicom" becomes garbled, how did you find it. Really a clever person.
In fact, as long as you input characters with the "ear" radical combined with "tong", they are all garbled!!!!!
Such as "zhi tong"!!
Last edited by yiping1973 on 2006-10-16 at 01:41 ]
Not completely so. For example, "cong tong" is just "cong tong". It won't become garbled.
|
|
2007-3-30 22:51 |
|
|
hzqedison
新手上路

积分 12
发帖 5
注册 2007-3-31
状态 离线
|
|
2007-3-31 06:28 |
|
|
gfliubin
新手上路

积分 10
发帖 5
注册 2007-2-7
状态 离线
|
|
2007-4-7 05:06 |
|
|
gfliubin
新手上路

积分 10
发帖 5
注册 2007-2-7
状态 离线
|
『第 158 楼』:
使用 LLM 解释/回答一下
加密的方法高手们已经说了很多了,
小弟只想说说一个菜而简单的解密方法.
就只有一条命令
ECHO 任意字符(只要不是能导致加密的字符就行了)>>文件名
例如:
ECHO GOFREE>>E:\A.BAT
A.BAT为要解密的批处理
Last edited by gfliubin on 2007-4-6 at 04:49 PM ]
The encryption methods have been talked about a lot by the experts.
The younger brother just wants to talk about a simple decryption method.
There is only one command.
ECHO any character (as long as it is not a character that can lead to encryption) >> file name
For example:
ECHO GOFREE>>E:\A.BAT
A.BAT is the batch file to be decrypted
Last edited by gfliubin on 2007-4-6 at 04:49 PM ]
|
|
2007-4-7 05:47 |
|
|
anycrane
新手上路

积分 2
发帖 1
注册 2006-11-21
状态 离线
|
『第 159 楼』:
使用 LLM 解释/回答一下
强强强。。找了好久了
So strong. .. Looked for a long time
|
|
2007-4-7 23:18 |
|
|
wangjf
中级用户
  
积分 254
发帖 63
注册 2003-4-8
状态 离线
|
『第 160 楼』:
使用 LLM 解释/回答一下
Originally posted by zh159 at 2006-8-3 08:24 PM:
谢谢willsort版主的指正
修改如下:
修正含空格文件名不能生成加密文件错误
Last edited by zxcv on 2006-8-4 at 11:31 ]
试用了74楼的 EncryBat.rar (zxcv)
发现一个问题,在MS-DOS下无法完成,查找后发现是:
程序中的
:EncryBat_Display
太长,减少到8个字符则运行正常.
另外如果要处理的批处理比如是12345678.bat,则处理完的文件名超出DOS8.3的文件名格式.
Last edited by wangjf on 2007-4-10 at 07:39 AM ]
Originally posted by zh159 at 2006-8-3 08:24 PM:
Thanks for the correction by moderator willsort
Modified as follows:
Fixed the error that encrypted files cannot be generated for file names with spaces
Last edited by zxcv on 2006-8-4 at 11:31 ]
Tried EncryBat.rar (zxcv) on floor 74
Found a problem, it cannot be completed under MS-DOS. After searching, it is found that:
In the program
:EncryBat_Display
is too long. Reducing it to 8 characters makes it run normally.
In addition, if the batch processing to be processed is, for example, 12345678.bat, the processed file name exceeds the DOS 8.3 file name format.
Last edited by wangjf on 2007-4-10 at 07:39 AM ]
|
|
2007-4-10 07:36 |
|
|
PPP1314
新手上路

积分 2
发帖 1
注册 2007-4-10
状态 离线
|
|
2007-4-10 15:06 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 162 楼』:
使用 LLM 解释/回答一下
Originally posted by wangjf at 2007-4-9 18:36:
试用了74楼的 EncryBat.rar (zxcv)
发现一个问题,在MS-DOS下无法完成,查找后发现是:
程序中的
:EncryBat_Display
太长,减少到8个字符则运行正常.
另外如 ...
MS-DOS下此类加密已属无效,也就无所谓加密了
Originally posted by wangjf at 2007-4-9 18:36:
Tried EncryBat.rar (zxcv) from post 74
Found a problem: it can't complete under MS-DOS. After searching, found that:
The
:EncryBat_Display
in the program is too long. Reducing it to 8 characters makes it run normally.
Also such as ...
Such encryption under MS-DOS is already ineffective, so it doesn't matter if it's encrypted anymore
|
|
2007-4-10 15:52 |
|
|
lcgroger
新手上路

积分 8
发帖 3
注册 2007-4-10
状态 离线
|
|
2007-4-11 03:15 |
|
|
see07
新手上路

积分 2
发帖 1
注册 2007-4-11
状态 离线
|
|
2007-4-11 08:33 |
|
|
chp945
新手上路

积分 14
发帖 7
注册 2007-4-9
状态 离线
|
|
2007-4-12 06:43 |
|