中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 搜索 | 上传 | 帮助 »
作者:
标题: 花了200元,买了个批处理 上一主题 | 下一主题
dragonamd
中级用户





积分 209
发帖 100
注册 2008-8-1
状态 离线
『楼 主』:  花了200元,买了个批处理 使用 LLM 解释/回答一下

用EXE加密了,看不到源代码,如何做才能看到,附件我已上传


附件 1: yhsean.rar (2008-9-8 03:47, 81.99 KiB,下载次数: 92)
2008-9-8 03:47
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
tireless
银牌会员





积分 2025
发帖 1122
注册 2007-9-5
状态 离线
『第 2 楼』:   使用 LLM 解释/回答一下

我不敢运行... ...楼主自己测试吧。

下载 Filemon,在过滤框中填写 *.bat;*.cmd
然后运行那个EXE,之后在 Filemon 里就能看到源代码被释放的地方。


2008-9-8 05:40
查看资料  发短消息  网志   编辑帖子  回复  引用回复
dragonamd
中级用户





积分 209
发帖 100
注册 2008-8-1
状态 离线
『第 3 楼』:   使用 LLM 解释/回答一下

呵,没毒的,如果有毒删我ID,封我IP


2008-9-8 06:10
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 4 楼』:   使用 LLM 解释/回答一下

什么批处理,就是一个免费的工具--gawk而已。
有人真是赚了,呵呵。




Windows 一键还原
http://www.yjhy.com
2008-9-8 11:34
查看资料  发短消息  网志   编辑帖子  回复  引用回复
imyours
初级用户





积分 38
发帖 20
注册 2008-4-11
状态 离线
『第 5 楼』:   使用 LLM 解释/回答一下

那不赚翻了 (- -#~


2008-9-8 11:58
查看资料  发短消息  网志   编辑帖子  回复  引用回复
dragonamd
中级用户





积分 209
发帖 100
注册 2008-8-1
状态 离线
『第 6 楼』:   使用 LLM 解释/回答一下

那能不能搞出源码


2008-9-8 12:43
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 7 楼』:   使用 LLM 解释/回答一下

Originally posted by dragonamd at 2008-9-8 12:43:
那能不能搞出源码

软件帮助里不是有作者邮箱吗?自己联系吧。
不过估计给你源码也没什么用处。




Windows 一键还原
http://www.yjhy.com
2008-9-8 15:57
查看资料  发短消息  网志   编辑帖子  回复  引用回复
knoppix7
银牌会员





积分 1287
发帖 634
注册 2007-5-2
来自 cmd.exe
状态 离线
『第 8 楼』:   使用 LLM 解释/回答一下

Usage: yhsean [POSIX or GNU style options] -f progfile [--] file ...
Usage: yhsean [POSIX or GNU style options] [--] 'program' file ...
POSIX options: GNU long options:
-f progfile --file=progfile
-F fs --field-separator=fs
-v var=val --assign=var=val
-m[fr] val
-W compat --compat
-W copyleft --copyleft
-W copyright --copyright
-W dump-variables[=file] --dump-variables[=file]
-W gen-po --gen-po
-W help --help
-W lint[=fatal] --lint[=fatal]
-W lint-old --lint-old
-W non-decimal-data --non-decimal-data
-W profile[=file] --profile[=file]
-W posix --posix
-W re-interval --re-interval
-W source=program-text --source=program-text
-W traditional --traditional
-W usage --usage
-W version --version

To report bugs, see node `Bugs' in `gawk.info', which is
section `Reporting Problems and Bugs' in the printed version.

gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.

Examples:
gawk '{ sum += $1 }; END { print sum }' file
gawk -F: '{ print $1 }' /etc/passwd




不过很奇怪...有2个PE头...


2008-9-8 18:08
查看资料  发短消息  网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 9 楼』:   使用 LLM 解释/回答一下

与原版的一样,就改了文件名而已。
-----------------------------------------------
Usage: gawk [POSIX or GNU style options] -f progfile [--] file ...
Usage: gawk [POSIX or GNU style options] [--] 'program' file ...
POSIX options: GNU long options:
-f progfile --file=progfile
-F fs --field-separator=fs
-v var=val --assign=var=val
-m[fr] val
-W compat --compat
-W copyleft --copyleft
-W copyright --copyright
-W dump-variables[=file] --dump-variables[=file]
-W gen-po --gen-po
-W help --help
-W lint[=fatal] --lint[=fatal]
-W lint-old --lint-old
-W non-decimal-data --non-decimal-data
-W profile[=file] --profile[=file]
-W posix --posix
-W re-interval --re-interval
-W source=program-text --source=program-text
-W traditional --traditional
-W usage --usage
-W version --version

To report bugs, see node `Bugs' in `gawk.info', which is
section `Reporting Problems and Bugs' in the printed version.

gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.

Examples:
gawk '{ sum += $1 }; END { print sum }' file
gawk -F: '{ print $1 }' /etc/passwd




Windows 一键还原
http://www.yjhy.com
2008-9-8 18:23
查看资料  发短消息  网志   编辑帖子  回复  引用回复
dragonamd
中级用户





积分 209
发帖 100
注册 2008-8-1
状态 离线
『第 10 楼』:   使用 LLM 解释/回答一下

这段源码,怎么看都不懂,也不像P处理,。


2008-9-8 19:00
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 11 楼』:   使用 LLM 解释/回答一下

Originally posted by dragonamd at 2008-9-8 19:00:
这段源码,怎么看都不懂,也不像P处理,。

是帮助。
不知你买了后干嘛用,呵呵。




Windows 一键还原
http://www.yjhy.com
2008-9-8 19:50
查看资料  发短消息  网志   编辑帖子  回复  引用回复
airstop
初级用户





积分 24
发帖 12
注册 2008-9-8
状态 离线
『第 12 楼』:   使用 LLM 解释/回答一下

看不明白,汗


2008-9-8 20:32
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
dragonamd
中级用户





积分 209
发帖 100
注册 2008-8-1
状态 离线
『第 13 楼』:   使用 LLM 解释/回答一下

但没有这段代码,用不了


2008-9-9 00:17
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 14 楼』:   使用 LLM 解释/回答一下

Originally posted by dragonamd at 2008-9-9 00:17:
但没有这段代码,用不了

听不懂。




Windows 一键还原
http://www.yjhy.com
2008-9-9 07:33
查看资料  发短消息  网志   编辑帖子  回复  引用回复
pooronce
中级用户





积分 484
发帖 250
注册 2007-6-5
状态 离线
『第 15 楼』:   使用 LLM 解释/回答一下

楼主的钱真好赚啊 xD


2008-9-9 09:01
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: