Skip to content

Commit eabde88

Browse files
authored
Update README.md
1 parent 030f98e commit eabde88

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,15 @@ Python 2.7.14 Releases: https://www.python.org/downloads/release/python-2714/
8181

8282
# Backdoor Compilation and Obfuscation for Windows
8383

84-
**Compile to Executable using Pyinstaller**
84+
**Compile to Executable using Pyinstaller Linux**
8585

8686
$ pyinstaller --onefile --noconsole backdoor.py
87+
88+
or,
89+
90+
**Compile to Executable using Pyinstaller (Win) under Wine**
91+
92+
# wine /root/.wine/drive_c/Python27/Scripts/pyinstaller.exe --onefile --noconsole ~/backdoor.py
8793

8894
This will produce _./dist/backdoor.exe_
8995

@@ -126,6 +132,12 @@ Rename archive to: _image.jpg.exe_
126132
Load SFX icon from the file (image ICO)
127133

128134

135+
136+
**Creating SFX Archive - Visual**
137+
138+
https://user-images.githubusercontent.com/10171446/153578069-851d3896-67d0-465b-ad92-267ad21504ee.mp4
139+
140+
129141
This will produce an SFX archive which looks like an image
130142

131143
While inspecting the file will reveal it is an executable the file extension _.exe_ is concealed.

0 commit comments

Comments
 (0)