Skip to content
UnamSanctam edited this page Sep 9, 2021 · 5 revisions

Unam Binder

Welcome to the UnamBinder wiki!

Here I will write explanations for all the features and give examples on how to use them. I will also strive to answer the most frequently asked questions so that there is fast and easy access to information otherwise usually gained by experience.

I will write everything on a single page instead of multiple pages for a more portable navigation experience. As always you can utilize tools such as CTRL+F or the sidebar navigation menu to quickly try and find the information you're looking for.

Navigation Menu
Binder Features
FAQ

Binder Features

Main Builder

Files

This is where all the files it will bind and execute (if chosen to do so) are listed. You can add new ones, edit the ones already there or remove them as well.

Run as Administrator

Whether the program should be compiled to be run with administrator privileges, this is required for the "Add Windows Defender exclusions" option.

Add Windows Defender exclusions

Will add exclusions to the following locations: %UserProfile%, %AppData%, %Temp% and %SystemRoot% before any files are downloaded. This means that if this option is enabled then any files downloaded should not be detected by Windows Defender.


File

Filename

The filename that the file will be dropped with, should include the extension the file should have, like .exe, .txt, .jpg or whatever type of file it is.

File to bind

The path to the file that it should bind.

Drop Location

The location it should drop the file in.

Execute File

Whether it should execute the dropped file after it's been dropped to it's location.

Hide Console Window

Whether it should hide the console window if the bound application or file creates one when run.


FAQ - Frequently Asked Questions

How can I reduce detections?

You should be able to use any crypter, though currently it should be undetected without using any crypters. If you have experience with C then you can probably also change the around the Program.c file to reduce detections.

Clone this wiki locally