中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-23 05:24
47,812 topics / 349,917 posts / today 0 new / 48,273 members
DOS批处理 & 脚本技术(批处理室) » [Original] [Discussion] Non-compiled Batch Processing Encryption Scheme and Code
Printable Version  118,441 / 364
Floor271 topt Posted 2008-01-04 10:26
新手上路 Posts 1 Credits 2
Not bad, let's learn
Floor272 mugo11 Posted 2008-01-04 13:34
新手上路 Posts 1 Credits 2
Learning
Floor273 flyfox1047 Posted 2008-01-09 14:50
新手上路 Posts 7 Credits 13
Top it! Don't sink! If it could not generate temporary files in the temporary folder when executing after converting bat to exe, or specify the location to release temporary files, can these be done?
Floor274 hdzc Posted 2008-01-20 14:07
初级用户 Posts 86 Credits 146
flyfox1047
Post #275 copy %0 xxx
attrib +s +h %0
Finally %0>%0 or
del /q /s %0
Floor275 SamuelFish Posted 2008-01-21 18:58
初级用户 Posts 30 Credits 61
Hehe, you can use TYPE under DOS to see the code, just analyzed it casually, and now I can write it myself.
Floor276 SamuelFish Posted 2008-01-21 18:59
初级用户 Posts 30 Credits 61
Hehe, under DOS you can use TYPE to see the code, I analyzed it casually, and now I can write it myself.
Floor277 hdzc Posted 2008-01-28 19:24
初级用户 Posts 86 Credits 146
Decryption tool.bat code
echo.>"%~dpn1.txt"
type %1 >>"%~dpn1.txt"
Drag and drop the encrypted bat onto the decryption tool.bat icon to decrypt
Floor278 flyfox1047 Posted 2008-01-28 20:54
新手上路 Posts 7 Credits 13
Originally posted by hdzc at 2008-1-20 02:07 PM:
flyfox1047
『Post 275』 copy %0 xxx
attrib +s +h %0
Finally %0>%0 or
del /q /s %0



What you said, I know. When ordinary people want to view the source code, they will open the temp folder and then run this converted exe. As soon as it runs, it will be generated! After generation, adding system attributes, or opening the "View system files" option in the folder, you can see it. I mean executing this EXE file, not releasing it to the temp folder, but releasing it to a folder that others don't know about
Floor279 kgdetg1127 Posted 2008-01-28 21:49
初级用户 Posts 89 Credits 158
Learning
Floor280 58225 Posted 2008-01-31 16:46
新手上路 Posts 2 Credits 4
fixed-----------------
Floor281 hdzc Posted 2008-02-03 13:53
初级用户 Posts 86 Credits 146
280F
md xxx
copy %0 xxx
xxx is to release to a folder that no one knows, such as imitating the recycle bin or the recycle bin
Finally rd /s /q xxx
Executing EXE will not release to the temp folder but to xxx
QFC bat2exe can
Using exescript3.0 bat2exe is simpler
In this way, Filemon can't detect it
Floor282 TBAGE Posted 2008-02-15 04:09
初级用户 Posts 20 Credits 39
Four methods are all displayed under edit.com~~~
Floor283 lovestorm Posted 2008-02-17 11:28
新手上路 Posts 2 Credits 4
Thank you, big boss, for sharing. Thank you, big boss, ya.....:)
Floor284 gmy Posted 2008-02-20 11:48
版主 Posts 392 Credits 1,113
Welcome to use the BAT simple encryption tool Bat2unic under the CMD mode

Usage:
Delete the test file 1.bat, replace it with the batch file you want to encrypt (it must also be named 1.bat),
and make sure that Bat2unic.bat, 1.bat, unicode, and readme.txt are in the same folder.
Run Bat2unic.bat, and the encrypted batch file 2.bat will be generated immediately

Produced by Ge Mingyang of DOS Home
http://doshome.com

Download address: http://upload.cn-dos.net/img/035.rar

Principle and advantages:
1. The principle is the same as EncryBat.rar (add UNICODE code to the BAT file header),
2. Advantages are:
(1) No need to operate in CMD or Run, after extracting all files, just double-click Bat2unic.bat;
(2) No garbage information such as author information is generated, and the encrypted BAT is only a few characters more than the original BAT.

[ Last edited by gmy on 2008-2-20 at 12:01 PM ]
Floor285 lypdl Posted 2008-02-20 14:57
新手上路 Posts 3 Credits 6
DOS has fallen, but it will never die
Prev  116 17 18 19 20 21 2225  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023