A simple converter that translates .exe files to .bat files.
SigmaBat is a handy tool developed by Abusa_DEV that allows you to convert .exe files into .bat files. This is achieved using a method that writes the base64-encoded .exe content to a temporary file via a batch script and then executes it. The converter is written in Python.
To use SigmaBat, simply run the following command in your terminal:
SigmaBat.py <input exe> <output bat>
This will generate a .bat file from the provided .exe file.
- The exe file the is being encoded into encrypted variables
- A bat file is being created. It uses JavaScript to decode their contents back into a temporary .exe file
- The bat file launches a temporary .exe file
- Developed by: Abusa_DEV
- Execution method credit: @Guest_account001
SigmaBat is distributed under the GPL license. You are free to:
- Use the software for any purpose.
- Study how the program works and adapt it to your needs.
- Redistribute copies so you can help others.
- Improve the program and release your improvements to the public.
The responsibility for the use of this tool lies with the user. SigmaBat is provided as an example of conversion techniques.
Простой конвертер, который переводит файлы .exe в .bat.
SigmaBat – это простой инструмент, разработанный Abusa_DEV, который позволяет конвертировать файлы .exe в .bat. Это достигается с помощью метода, который записывает base64-кодированное содержимое .exe во временный файл через скрипт и запускает его. Конвертер написан на Python с использованием системных библиотек
Для использования SigmaBat просто выполните следующую команду в терминале:
SigmaBat.py <input exe> <output bat>
Это создаст .bat файл из указанного .exe файла.
- Файл .exe кодируется в переменные
- Создается .bat файл, который при помощи JavaScript декодирует их содержимое обратно во временный файл .exe
- Батник запускает временный файл .exe.
- Разработано: Abusa_DEV
- За способ выполнения спасибо @Guest_account001
SigmaBat распространяется под лицензией GPL. Вы можете:
- Использовать программное обеспечение для любых целей.
- Изучать, как программа работает, и адаптировать её под свои нужды.
- Распространять копии, чтобы помочь другим.
- Улучшать программу и публиковать свои улучшения.
Ответственность за использование этого инструмента лежит на пользователе. SigmaBat предоставляется только как пример конвертационных техник.