MalwareMechanic / BotKiller

find and kill injectedThreads from memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BotKiller

find and kill malwares from memory

finds and kills all forms of injected code system wide in x86 processes & WOW64 processes.

  • runPE created Programs and its threads
  • injected Shellcode via ZwWriteVirtualMemory/gapz_injection/NtMapViewOfSection_injection
    Removes malicious as well as non existential entries from registry
    For elevated processes code needs elevation via UAC
    can be hacked a bit to make it work with 64bit malwares =)
  • changing GetThreadStartAddress is necessary
    To do:
    Add inline Hooks Remover

About

find and kill injectedThreads from memory


Languages

Language:C 100.0%