#Malware removal program[windows]

15 messages · Page 1 of 1 (latest)

sinful agate
#

Theres a malware that waits for the user to copy a bitcoin address and then replaces the address with the malware author's bitcoin address. How would i create a program to remove such malware? Where to start? I didn't find anything online. I only need this for Windows. I'm not sure if i can post the malware code but it uses these functions:
OpenClipboard()
CloseClipboard()
SetClipboardData()
GetClipboardData()
and other stdlib functions(regex, strcmp, strlen etc).

coarse nexusBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

latent estuary
#

what researches did you do about making AV?

sinful agate
latent estuary
#

you could literally just monitor the clipboard and put a notification when you detect a new bitcoin address has been set

sinful agate
sinful agate
latent estuary
#

are you making an AV or just removing one malware?

sinful agate
latent estuary
#

so it's not an AV engine?

sinful agate
#

it's not like a general av that scans stuff

latent estuary
sinful agate
#

thx