Search found 2 matches
- 14 Jan 2020 09:30
- Forum: DOS Batch Forum
- Topic: Best way to obfuscate a Batch File?
- Replies: 73
- Views: 159080
Re: Best way to obfuscate a Batch File?
I am extremely grateful if you can help me do that. Because I have scrambled a file and I need to recover it. I could not rewrite the program because it took too much of my time. Please help me
- 14 Jan 2020 00:36
- Forum: DOS Batch Forum
- Topic: Best way to obfuscate a Batch File?
- Replies: 73
- Views: 159080
Re: Best way to obfuscate a Batch File?
Here is how I would do that. My testing shows that it preserves quoted arguments just fine. Better to transfer control to Unobfuscate.bat, without CALL. This way there is no need for EXIT /B or GOTO :Label. I went with the version 1.2 definition of @hi@ to better hide the mapping, just in case a us...