|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
转EXE是为了保护源码不被修改(即便是让你看到临时文件,你能修改EXE吗)
改了再转EXE不还是改了?
bat这类搞EXE只有2个目的,防止菜鸟看代码,2隐藏CMD窗口
后者比较实用罢了。前者就太……
Converting to EXE is to protect the source code from being modified (even if you can see the temporary file, can you modify the EXE?).
If you modify it and then convert it to EXE, isn't it still modified?
There are only 2 purposes for making EXE from bat: preventing novices from seeing the code, and 2 hiding the CMD window.
The latter is more practical. The former is just too...
|

S smile 微笑,L love 爱,O optimism 乐观,R relax 放松,E enthusiasm 热情...Slore |
|
2008-9-21 03:37 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
转EXE是为了保护源码不被修改(即便是让你看到临时文件,你能修改EXE吗)
请问你说的修改 exe 是怎么一回事?是 exe 里面有其他的文件,还是有其他的功能包括进了 exe?
Converting to EXE is to protect the source code from being modified (even if you can see the temporary file, can you modify the EXE?)
May I ask how you mean modifying the EXE? Does the EXE contain other files, or does it include other functions into the EXE?
|
|
2008-9-21 07:41 |
|
|
FTP007
初级用户
 
积分 25
发帖 9
注册 2008-9-9
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
全是些断章取义的人。
难道我不知道有临时文件吗?自己做一个批处理写一句显示路径,什么都曝光了。
我所说的意思是,条件是凭借系统自带的工具。
一个BAT和EXE,那一个好修改,凭大脑说话,一个小小记事本或者CMD下EDIT就能见到乱码,EXE了?记事本反编译?
我说的修改是,例如修改EXE中的BAT,例如MD 你改RD,真不知道那个说重新又转EXE怎么理解的。
那些禁止CMD或者改变CMD注册表,如果我不说这是BAT转的EXE,你们会这样做吗?我更相信你们见到BAT会这样做。
而我回帖的目的是第7楼某人说的这句话——P.S. 为什么要转成 exe 呢?转成 exe 给别人,一般别人是不会运行的。给自己?那又何必,每次运行都生成临时文件。
并没有别的意思。
All are people who take things out of context.
Don't I know there are temporary files? Make a batch script yourself and write a line to display the path, and everything is exposed.
What I mean is that the condition is relying on the system's own tools.
Which is easier to modify, a BAT or an EXE? Speak with your brain. A small notepad or EDIT under CMD can see garbled code, what about EXE? Notepad decompilation?
The modification I'm talking about is, for example, modifying the BAT in the EXE, such as changing MD to RD. I really don't know how to understand that someone said to convert back to EXE.
Those who prohibit CMD or change the CMD registry, if I don't say this is a BAT converted to EXE, would you do this? I more believe that you would do this when you see BAT.
And the purpose of my reply is the sentence from someone on the 7th floor - P.S. Why convert to exe? When you convert to exe and give it to others, generally others won't run it. For yourself? Then why bother, every time you run it, temporary files are generated.
There is no other meaning.
|
|
2008-9-21 13:57 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
 『第 19 楼』:
使用 LLM 解释/回答一下
全是些断章取义的人。
难道我不知道有临时文件吗?自己做一个批处理写一句显示路径,什么都曝光了。
批处理就是交流使用的,曝光又如何?
我所说的意思是,条件是凭借系统自带的工具。
IFEO劫持CMD,BAT,VBS等都可以找到新生成文件。
一个BAT和EXE,那一个好修改,凭大脑说话,一个小小记事本或者CMD下EDIT就能见到乱码,EXE了?记事本反编译?
你的bat是最好的麽?开源可以根据自己的需要优化,有些别人还能完善你的脚本,你自己想修改的话EXE方便还是BAT方便?
我说的修改是,例如修改EXE中的BAT,例如MD 你改RD,真不知道那个说重新又转EXE怎么理解的。
修改EXE中BAT,和搞出来修改后再转EXE对你而言别人不是改了你的东西麽?
就算直接EXE里面也可以修改,看了那个EXE,就是将代码取ASCII和laok123进行xor好像,没仔细看加密过程。
所以再EXE里可以进行对应的修改,将M变R
那些禁止CMD或者改变CMD注册表,如果我不说这是BAT转的EXE,你们会这样做吗?我更相信你们见到BAT会这样做。
见到BAT就不需要这样做,直接右键编辑。
你发布一个EXE,首先如果我要下载起码知道你的是干嘛的吧?如果要破解也要看你的代码是什么编写的,如果人家说用高级语言编写的也就没有必要这样做了。看情况而定了。
如果你的东西作用不大就自己写,如果你写好才考虑要不要破解给你看看。
他们那样做是给你说对BAT用这个转EXE,太容易找出源码了,没有达到作用。
而我回帖的目的是第7楼某人说的这句话——P.S. 为什么要转成 exe 呢?转成 exe 给别人,一般别人是不会运行的。给自己?那又何必,每次运行都生成临时文件。
并没有别的意思。
这就不发表意见了,自己喜欢就可以去用。他们的意思可能想表达用了只是心里安慰吧~
脚本类还是建议开源发布。
All are people who take things out of context.
Don't I know there are temporary files? Make a batch script yourself and write a line to display the path, and everything is exposed.
Batch scripts are for communication, so what if it's exposed?
What I mean is, the condition is relying on the system's built-in tools.
IFEO hijacking CMD, BAT, VBS, etc. can all find newly generated files.
Which is easier to modify, a BAT or an EXE? Speak with your brain. A small notepad or EDIT under CMD can see garbled code, but an EXE? Notepad decompilation?
Is your bat the best? Open source can be optimized according to your own needs, and some others can improve your script. Which is more convenient for you to modify, EXE or BAT?
The modification I'm talking about is, for example, modifying the BAT in the EXE, such as changing MD to RD. I really don't know how that person who said re-converting to EXE understands it.
Modifying the BAT in the EXE and then converting it back to EXE, isn't that someone else modifying your thing for you?
Even directly in the EXE, you can modify it. I saw that EXE, it's just XORing the code to ASCII and laok123 or something, I didn't look closely at the encryption process.
So you can make corresponding modifications in the EXE, changing M to R.
Those who prohibit CMD or change the CMD registry, if I don't say this is a BAT converted to EXE, would you do this? I believe you would do this when you see a BAT.
When you see a BAT, you don't need to do this, just right-click to edit.
If you release an EXE, first of all, if I want to download it, I at least need to know what it's for. If I want to crack it, I also need to see what language your code is written in. If someone says it's written in a high-level language, there's no need to do this. It depends on the situation.
If your thing isn't very useful, just write it yourself. If you write it, then consider whether to crack it for you to see.
What they did is to tell you that converting BAT to EXE is too easy to find the source code, which doesn't achieve the purpose.
And the purpose of my reply is the sentence from someone on the 7th floor - P.S. Why convert to exe? Converting to exe and giving it to others, generally others won't run it. For yourself? Then why bother, generating temporary files every time you run it.
There's no other meaning.
This won't be commented on, just use it if you like. Their meaning might be that using it is just psychological comfort~
It's still recommended to release scripts open source.
|

S smile 微笑,L love 爱,O optimism 乐观,R relax 放松,E enthusiasm 热情...Slore |
|
2008-9-21 14:15 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
转EXE是为了保护源码不被修改(即便是让你看到临时文件,你能修改EXE吗)
我懂了,如果担心自己编写好的代码被修改,而失去了脚本的功能,就需要转成 exe。
Last edited by tireless on 2008-9-20 at 07:04 PM ]
Converting to EXE is to protect the source code from being modified (even if you can see the temporary file, can you modify the EXE?)
I understand. If you are worried that the code you have written will be modified and lose the function of the script, you need to convert it to an exe.
Last edited by tireless on 2008-9-20 at 07:04 PM ]
|
|
2008-9-21 15:02 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
还有Bat To Exe Converter为什么报毒。
据我加的一个QQ群里朋友说:
因为转BAT转EXE,如果EXE太小,那么运行EXE释放BAT时调用的库支持是系统自带的,很多杀软已将这些DLL库函数定为不安全,那么要想不被杀毒杀,就将这些库文件改变独立出来。
当然,如果坏事干多了,杀毒厂家的工程师们还是会定义这些独立出来的函数,不过这种事很少(吃饱了撑着了),除非能像熊猫那样泛滥。
不过 批处理潜行者V5.0转换的 exe 里面的(应该是)没有用的资源很多。图:
--------------------------------------
楼主,不好意思有点误解你了。我了解你的想法了,就是 防止源码被修改
Why does Bat To Exe Converter report a virus.
According to a friend in a QQ group I joined:
Because when converting BAT to EXE, if the EXE is too small, the library support called when the EXE releases the BAT is the system's own. Many antivirus software has defined these DLL library functions as unsafe. So to avoid being killed by antivirus, these library files should be changed and separated.
Of course, if you do bad things too much, the engineers of the antivirus manufacturer will still define these separated functions, but this kind of thing is rare (bored to death), unless it is as widespread as Panda.
However Batch Processor Stalker V5.0 has many useless resources in the converted exe. Picture:
--------------------------------------
楼主, I'm sorry for the misunderstanding. I understand your idea, which is to prevent the source code from being modified
|
|
2008-9-21 15:40 |
|
|
fengyang
新手上路

积分 14
发帖 5
注册 2007-9-9
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
tireless
<img src="images/smilies/face-raspberry.png" align="absmiddle" border="0">
你把“批处理潜行者V”的东东都暴光了~
Last edited by fengyang on 2008-9-21 at 07:36 PM ]
tireless
:P
You've exposed all the things about "Batch Processing Stalker V"~
Last edited by fengyang on 2008-9-21 at 07:36 PM ]
|
|
2008-9-21 19:35 |
|
|
prodigall
初级用户
 
积分 80
发帖 36
注册 2007-6-14
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
先下 下來
再慢慢試
多謝
First, download it. Then try it slowly. Thanks
|
|
2008-10-15 10:15 |
|
|
7915083
初级用户
 
积分 22
发帖 10
注册 2008-10-15
状态 离线
|
|
2008-10-15 20:18 |
|
|
ZJHJ
高级用户
   
积分 609
发帖 374
注册 2006-8-2
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
功能没有特别之处
试了一下
1 转换100k以上的文件有600多k,并且不能用。
2 大文件太慢
3 同样很容易获得源码
觉得QuickBFC.EXE保险些
The function is not particularly special.
Tried it.
1. Converting files larger than 100k is over 600k and it doesn't work.
2. Large files are too slow.
3. Similarly, the source code is easily obtainable.
I think QuickBFC.EXE is more reliable.
|
|
2008-10-15 20:27 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
|
2008-10-15 20:47 |
|
|
vxvdos
初级用户
 
积分 43
发帖 21
注册 2008-8-20
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
下来看看,,,,,,,,,,,,,,,,,
Come and take a look,,,,,,,,,,,,,,,,,
|
|
2008-10-20 09:46 |
|
|
cntang
新手上路

积分 2
发帖 2
注册 2008-8-28
状态 离线
|
|
2008-10-31 00:10 |
|
|
624378168
初级用户
 
积分 26
发帖 22
注册 2008-11-9
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
感觉不错,对了,有没有VIP版?
It feels good. By the way, is there a VIP version?
|
|
2008-11-9 21:22 |
|
|
FTP007
初级用户
 
积分 25
发帖 9
注册 2008-9-9
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
Originally posted by 624378168 at 2008-11-9 09:22 PM:
感觉不错,对了,有没有VIP版?
没有VIP版,有个最新的6.0
点击下载
Originally posted by 624378168 at 2008-11-9 09:22 PM:
It feels good. By the way, is there a VIP version?
There is no VIP version. There is a latest version 6.0
Click to download
此帖被 +2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: +2 | 时间:2008-11-10 10:16 |
|
附件
1: TU.JPG (2008-11-9 23:43, 20.18 KiB,下载次数: 4)
|
|
2008-11-9 23:43 |
|