Тёмный

MALWARE GDI IN PYTHON 

ClubPaperotto
Подписаться 48
Просмотров 497
50% 1

#malware #python #gdi #trrojan
hi today im going to create a malware gdi in python!
CODE:
import win32gui
import win32api
import win32con
import random
import ctypes
user32 = ctypes.windll.user32
user32.SetProcessDPIAware()
[sw, sh] = [user32.GetSystemMetrics(0), user32.GetSystemMetrics(1)]
while True:
hdc = win32gui.GetDC(0)
color = (random.randint(0, 122), random.randint(0, 430), random.randint(0, 310))
brush = win32gui.CreateSolidBrush(win32api.RGB(*color))
win32gui.SelectObject(hdc, brush)
win32gui.BitBlt(hdc, random.randint(-10, 10), random.randint(-10, 10), sw, sh, hdc, 0, 0, win32con.SRCCOPY)
win32gui.BitBlt(hdc, random.randint(-10, 10), random.randint(-10, 10), sw, sh, hdc, 0, 0, win32con.PATINVERT)

Игры

Опубликовано:

 

9 ноя 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@MalwareLab150
@MalwareLab150 2 месяца назад
GREAT VIDEO :) ❤❤
@ClubPaperotto
@ClubPaperotto 2 месяца назад
Thank!
@ClubPaperotto
@ClubPaperotto 7 месяцев назад
do you want more videos like this?
@MalwareLab150
@MalwareLab150 19 дней назад
Yes
Далее
Cat Plays with Window Washer
00:22
Просмотров 2,1 млн
Malware Development: Processes, Threads, and Handles
31:29
jpeg.exe
10:50
Просмотров 23 тыс.
This Zsh config is perhaps my favorite one yet.
17:24
Просмотров 159 тыс.
Game Automation with YOLOv8: Python Bot Tutorial
21:40
I Bought a $5000 PC in a Random Asian Tech Mall
22:12
Ladybird browser update (June 2024)
18:17
Просмотров 24 тыс.
The Complete Guide to Python Virtual Environments!
15:52
ПОТЕРЯЛ ВСЁ ЗА 1 ДЕНЬ - Dr DisRespect
1:0:17