Skip to content

Instantly share code, notes, and snippets.

@CreateRemoteThread
Created November 30, 2014 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CreateRemoteThread/bfb1007b2b548d365d4e to your computer and use it in GitHub Desktop.
Save CreateRemoteThread/bfb1007b2b548d365d4e to your computer and use it in GitHub Desktop.
#!/usr/bin/python
def run(*args,**kwargs):
print "ELF main"
print args, kwargs
if __name__ == "__main__":
print "elf.py should not be invoked directly - it is a plugin. see run crisis.py in the parent directory instead"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment