Skip to content

somersby10ml/sc_multiloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

StarCraft Multi-Loader

StarCraft Multi-Loader

Summary

StarCraft.exe has a handle like this:

Event, \Sessions\1\BaseNamedObjects\Starcraft Check For Other Instances, 0x00

Duplicate execution is possible by terminating this.

Process

※ This requires administrator privileges.

  1. Get system all handle list from ZwQueryInformationProcess
  2. Copy handle from DuplicateHandle
  3. Get handle name from NtQueryObject
  4. check if name is Starcraft Check For Other Instances
  5. Close handle DuplicateHandle flag DUPLICATE_CLOSE_SOURCE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published