中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-08-09 16:57
47,811 主题排行 / 349,896 发帖 / 今日 1 篇 / 48,254 会员排行
DOS批处理 & 脚本技术(批处理室) » 花了200元,买了个批处理
可打印版本  2,336 / 16
第1楼 dragonamd 发表于 2008-09-08 03:47
中级用户 发帖 100 积分 209
花了200元,买了个批处理
用EXE加密了,看不到源代码,如何做才能看到,附件我已上传

附件
yhsean.rar (81.99 KiB)
第2楼 tireless 发表于 2008-09-08 05:40
银牌会员 发帖 1,122 积分 2,025
我不敢运行... ...楼主自己测试吧。

下载 Filemon,在过滤框中填写 *.bat;*.cmd
然后运行那个EXE,之后在 Filemon 里就能看到源代码被释放的地方。
第3楼 dragonamd 发表于 2008-09-08 06:10
中级用户 发帖 100 积分 209
呵,没毒的,如果有毒删我ID,封我IP
第4楼 lianjiang2004 发表于 2008-09-08 11:34
金牌会员 发帖 1,884 积分 3,946
什么批处理,就是一个免费的工具--gawk而已。
有人真是赚了,呵呵。
第5楼 imyours 发表于 2008-09-08 11:58
初级用户 发帖 20 积分 38
那不赚翻了 (- -#~
第6楼 dragonamd 发表于 2008-09-08 12:43
中级用户 发帖 100 积分 209
那能不能搞出源码
第7楼 lianjiang2004 发表于 2008-09-08 15:57
金牌会员 发帖 1,884 积分 3,946
Originally posted by dragonamd at 2008-9-8 12:43:
那能不能搞出源码

软件帮助里不是有作者邮箱吗?自己联系吧。
不过估计给你源码也没什么用处。
第8楼 knoppix7 发表于 2008-09-08 18:08
银牌会员 发帖 634 积分 1,287 来自 cmd.exe
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头...
第9楼 lianjiang2004 发表于 2008-09-08 18:23
金牌会员 发帖 1,884 积分 3,946
与原版的一样,就改了文件名而已。
-----------------------------------------------
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
第10楼 dragonamd 发表于 2008-09-08 19:00
中级用户 发帖 100 积分 209
这段源码,怎么看都不懂,也不像P处理,。
第11楼 lianjiang2004 发表于 2008-09-08 19:50
金牌会员 发帖 1,884 积分 3,946
Originally posted by dragonamd at 2008-9-8 19:00:
这段源码,怎么看都不懂,也不像P处理,。

是帮助。
不知你买了后干嘛用,呵呵。
第12楼 airstop 发表于 2008-09-08 20:32
初级用户 发帖 12 积分 24
看不明白,汗
第13楼 dragonamd 发表于 2008-09-09 00:17
中级用户 发帖 100 积分 209
但没有这段代码,用不了
第14楼 lianjiang2004 发表于 2008-09-09 07:33
金牌会员 发帖 1,884 积分 3,946
Originally posted by dragonamd at 2008-9-9 00:17:
但没有这段代码,用不了

听不懂。
第15楼 pooronce 发表于 2008-09-09 09:01
中级用户 发帖 250 积分 484
楼主的钱真好赚啊 xD
1 2  下一页
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023