Skip to content

ChernStepanov/SigmaBat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Description

SigmaBat

A simple converter that translates .exe files to .bat files.

Overview

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.

Usage

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.

How It Works

  1. The exe file the is being encoded into encrypted variables
  2. A bat file is being created. It uses JavaScript to decode their contents back into a temporary .exe file
  3. The bat file launches a temporary .exe file

Development and Credits

License

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.

Disclaimer

The responsibility for the use of this tool lies with the user. SigmaBat is provided as an example of conversion techniques.


Русское описание

SigmaBat

Простой конвертер, который переводит файлы .exe в .bat.

Обзор

SigmaBat – это простой инструмент, разработанный Abusa_DEV, который позволяет конвертировать файлы .exe в .bat. Это достигается с помощью метода, который записывает base64-кодированное содержимое .exe во временный файл через скрипт и запускает его. Конвертер написан на Python с использованием системных библиотек

Использование

Для использования SigmaBat просто выполните следующую команду в терминале:

SigmaBat.py <input exe> <output bat>

Это создаст .bat файл из указанного .exe файла.

Как это работает

  1. Файл .exe кодируется в переменные
  2. Создается .bat файл, который при помощи JavaScript декодирует их содержимое обратно во временный файл .exe
  3. Батник запускает временный файл .exe.

Разработка и благодарности

Лицензия

SigmaBat распространяется под лицензией GPL. Вы можете:

  • Использовать программное обеспечение для любых целей.
  • Изучать, как программа работает, и адаптировать её под свои нужды.
  • Распространять копии, чтобы помочь другим.
  • Улучшать программу и публиковать свои улучшения.

Отказ от ответственности

Ответственность за использование этого инструмента лежит на пользователе. SigmaBat предоставляется только как пример конвертационных техник.

About

A simple converter that can translate .exe to .bat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages