|
kafen
初级用户
 
积分 97
发帖 43
注册 2005-7-25
状态 离线
|
『楼 主』:
如何把EXE转BAT后的代码转为文本文字
使用 LLM 解释/回答一下
如何把EXE转BAT后的代码转为文本文字
网上流传着EXE2BAT这样的程序,可EXE经过它转换后成了如下样子:
@echo e 100 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00 >>tmp11
@echo e 110 B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 >>tmp11
@echo e 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >>tmp11
这如何看得明白是什么呀?
请问如何把这些转换成能看得懂得批处理?当然首先确定那个EXE是由BAT转变的。谢谢!
顺便附上一个批处理转成的EXE,请高手帮我看看它的批处理源码,好奇怪。。。
Last edited by namejm on 2007-3-13 at 06:15 PM ]
How to convert the code after EXE is converted to BAT into text?
There are programs like EXE2BAT circulating on the Internet, but after the EXE is converted by it, it becomes as follows:
@echo e 100 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00 >>tmp11
@echo e 110 B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 >>tmp11
@echo e 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >>tmp11
How can this be understood?
May I ask how to convert these into understandable batch processing? Of course, first determine that the EXE is converted from BAT. Thank you!
By the way, an EXE converted from a batch processing is attached. Please help experts to see its batch processing source code. It's very strange...
Last edited by namejm on 2007-3-13 at 06:15 PM ]
附件
1: 123.rar (2007-1-28 02:50, 44.66 KiB, 下载附件所需积分 1 点
,下载次数: 116)
|
|
2007-1-28 02:50 |
|
|
kafen
初级用户
 
积分 97
发帖 43
注册 2005-7-25
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
不是说BAT转成的EXE运行时会在TEMP下生成原BAT的吗?为什么这个不会显示,是如何实现的?请高手们帮忙解释一下,谢了!
Isn't it said that when a BAT is converted to an EXE, the original BAT will be generated in TEMP during runtime? Why doesn't this one show up, and how is it achieved? Please help the experts explain, thanks!
|
|
2007-1-28 05:34 |
|
|
liuyilin
初级用户
 
积分 38
发帖 16
注册 2006-10-28
状态 离线
|
|
2007-1-30 10:03 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
其实就是type 1.exe > 2.exe
Actually, it's just type 1.exe > 2.exe
|

简单就是美 |
|
2007-1-30 22:51 |
|
|
hngaoshou
社区乞丐
gaoshou
积分 -16
发帖 77
注册 2007-1-30
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
就是把后叠改一下
把bat改为exe
Just modify the postscript. Change the bat to exe.
|
|
2007-1-30 23:27 |
|
|
163lom
初级用户
 
积分 27
发帖 14
注册 2007-2-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
第一行必须是只有一个>
否则就无法建立TMP文件(因为>>是追加命令,只能在文件里追加需要的内容等)
希望对你有点帮助
>
Otherwise, a TMP file cannot be created (because >> is an append command, which can only append the required content in the file, etc.)
Hope it helps you a bit
|
|
2007-2-10 19:09 |
|
|
163lom
初级用户
 
积分 27
发帖 14
注册 2007-2-10
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
对了,默认生成的BAT里是有DEBUG命令行的(也就是通过DEBUG把文件重新编码),所以在P处理执行到末尾时会看到目录下生成一个P处理末尾指定文件名的文件。
该文件名如果是中文的,文件名在重编码后则会成为乱码(因为DEBUG不支持中文版),就算加了双引号都不管用,郁闷死……
By the way, the default generated BAT has the DEBUG command line (that is, re-encoding the file through DEBUG), so when the P processing is executed to the end, you will see a file with the filename specified at the end of the P processing generated in the directory. If the filename is in Chinese, the filename will become garbled after re-encoding (because DEBUG does not support Chinese versions), even if double quotes are added, it doesn't work, so frustrating...
|
|
2007-2-10 19:11 |
|
|
niujun8800
新手上路

积分 2
发帖 1
注册 2007-3-14
状态 离线
|
『第 8 楼』:
怎么才可以转换!
使用 LLM 解释/回答一下
我的原来的批处理文件丢失了!
My original batch file is lost!
|
|
2007-3-14 07:03 |
|
|
zmh1982228
新手上路

积分 0
发帖 1
注册 2007-5-28
状态 离线
|
『第 9 楼』:
hao
使用 LLM 解释/回答一下
sssssssssssssssssssssssssss
sssssssssssssssssssssssssss
此帖被 -2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: -2 | 时间:2009-1-7 21:35 |
|
|
|
2007-5-28 14:34 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
楼上的不要在本版块灌水。
Don't post water content in this section, upstairs.
|
|
2007-5-28 21:52 |
|
|
xiamingjun2001
新手上路

积分 1
发帖 1
注册 2007-6-1
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
不懂,帮你顶一下
I don't understand, but I'll give you a bump.
|
|
2007-6-1 14:00 |
|
|
zhenglei
新手上路

积分 0
发帖 1
注册 2007-7-9
状态 离线
|
『第 12 楼』:
ddddddddddddddddddddddddd
使用 LLM 解释/回答一下
dddddddddddd
此帖被 -2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: -2 | 时间:2009-1-7 21:35 |
|
|
|
2007-7-9 21:10 |
|
|
pcbridge
新手上路

积分 2
发帖 1
注册 2007-12-31
状态 离线
|
|
2007-12-31 13:05 |
|
|
londragon
新手上路

积分 16
发帖 8
注册 2006-11-9
状态 离线
|
|
2008-1-13 16:54 |
|
|
lantu
初级用户
 
积分 26
发帖 15
注册 2008-10-4
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
不知道怎么号召,我也不懂啊
I don't know how to call for action, and I don't understand either
|
|
2008-10-4 16:50 |
|