Skip to content

sageofeon/dropperapp

Repository files navigation

dropper_app

The application you need (* .exe) needs to be translated into an array and written to the xor_array.h header file.
This is done using a Python script bin2array.py.
Example: python bin2array.py app.exe.
The output will be the file xor_array.h.
Next, you need to compile the project: dropper_app.cpp, xor_array.h.
When you run the compiled dropper_app.exe, * .exe is created from the resulting array.
The resulting * .exe is written to the script (Windwos Script), and this script is automatically launched in the Windows registry.


Нужное вам приложение (*.exe) нужно перевести в массив и записать его в заголовочный файл xor_array.h.
Делается это при помощи скрипта на Python bin2array.py.
Пример: python bin2array.py app.exe.
На выходе получим файл xor_array.h.
Далее нужно скомпилировать проект: dropper_app.cpp, xor_array.h.
При запуске скомпилированного dropper_app.exe происходит создание *.exe из полученного массива.
Полученное *.exe прописывается в скрипт (Windwos Script), а этот скрипт в автозапуск в реестр Windows.

Releases

No releases published

Packages

No packages published

Languages