Bat file Protection
-
@lakshmana said in Bat file Protection:
@scottalanmiller said in Bat file Protection:
@lakshmana said in Bat file Protection:
Then how .exe files are created any ideas ?
But I just explained that .exe can't do this either. He can still open an exe and see what it is doing.
How it able to do ?
Just open it with a hex editor and you can see the commands.
-
@lakshmana said in Bat file Protection:
@scottalanmiller said in Bat file Protection:
@lakshmana said in Bat file Protection:
Now i am having the file in encrypted which is not viewable in the PC but the file is not running in the machine B.A machine run the file
You can't run an encrypted file.
Why the file got encrypted now ??It should be usable Right ?
No, you have to decrypt any file to use it, always.
-
@scottalanmiller How to encrypt the bat file and decrypt it ?
-
@lakshmana said in Bat file Protection:
@scottalanmiller How to encrypt the bat file and decrypt it ?
Why are you asking about this now that you know it is useless?
-
There is no need to encrypt and decrypt that BAT file, just give your friend the BAT file. Same results.
-
I verified this link but some confusions
https://www.computing.net/answers/programming/hide-batch-file-contents/28331.html
-
-
Its possible i think from the above forums
-
Hi @scottalanmiller can you please help me ?
-
@lakshmana said in Bat file Protection:
This link too
https://superuser.com/questions/62525/run-a-batch-file-in-a-completely-hidden-way
That's totally different than what you are talking about. He's talking about have the BAT file not pop up any windows.
-
What we have not heard yet is what you are trying to do. What is the goal here?
-
I suspect that this is something really easy to solve that we could have fixed in a few seconds if we only knew what you were trying to accomplish. Do you just want to collect some basic data about someone's computer?
-
for example we have a exe file, when we try to open the file to see the codes, its all encrypted, like that is there any way to make the Bat file encrypted, according to a machine language?
-
@lakshmana said in Bat file Protection:
for example we have a exe file, when we try to open the file to see the codes, its all encrypted, like that is there any way to make the Bat file encrypted, according to a machine language?
EXE files cannot be encrypted. You are confusing compiled with encrypted.
-
Again, you keep talking about files. This is not a goal. You must tell me what you are trying to actually accomplish. Don't ask any questions and don't tell me how you want to accomplish anything. Tell me why you are doing any of this, what do you want to have as a result of all of this?
-
Could you please explain me about the compiler?
-
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
-
@scottalanmiller said in Bat file Protection:
Again, you keep talking about files. This is not a goal. You must tell me what you are trying to actually accomplish. Don't ask any questions and don't tell me how you want to accomplish anything. Tell me why you are doing any of this, what do you want to have as a result of all of this?
I have a script written the BAT file, i don't want my friend to read the code, that code should be like machine understandable file only like a BIN file
-
@travisdh1 said in Bat file Protection:
Trying to get someones system information stealthily isn't really what we're about here. You'd need to look elsewhere if you really want to start down the dark path.
I don't want to go for Dark path as of now.
-
What are you trying to accomplish with this script exactly? Can you post the code here?