pip install customtkinter
python3 iendloader.pypip install customtkinter pyinstaller
# Windows ARM64
pyinstaller build_windows_arm64.spec
# Windows x64
pyinstaller build_windows.spec
Output: dist/IENDLoader.exe
- Select Payload - Choose .NET assembly (.exe)
- Select Image - Select horse.png in images folder or select your own
- Embed - Creates weaponized image
- Entry Point - Toggle auto-discovery or enter manually (e.g.,
Client.Program.Main) - Enter URL - Where you'll host the image
- Generate - Click "Generate PowerShell One-Liner"
- Copy - Copy command to clipboard
- Execute - Run on target Windows machine
# Navigate to images folder
cd images
python3 -m http.server 8080- Auto-discovery (default) - finds Main() automatically (may not work for all payloads especially if obfuscated)
- Manual:
Client.Program.Main(AsyncRAT/Quasar) - Manual:
Program.Main(simple apps)
Authorized testing in lab environments only. Don't be stupid.