Search found 1 match
- 10 Aug 2020 10:59
- Forum: DOS Batch Forum
- Topic: Best way to obfuscate a Batch File?
- Replies: 73
- Views: 159067
Re: Best way to obfuscate a Batch File?
@Hackoo I combined the encode / decode functionality into one drag/drop .bat file Any batch file is encoded and renamed as FILE___.BAT Dragging an encoded batch file 'FILE___.BAT' will decode the file and rename it 'FILE.DC.BAT', deleting FILE___.BAT I went this route rather than just reverting the ...