Documentation
¶
Index ¶
Constants ¶
const DLLTask = dllTasker(0xC5)
DLLTask is a Windows specific task that relates to loading a DLL into a process.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DLL ¶
DLL is a struct that is similar to the 'cmd.DLL' struct. This is used to Task a Client with loading a DLL on Windows devices. This struct has many of the functionallies of the standard 'cmd.DLL' function. The 'SetParent' function will attempt to set the target that runs the DLL. If none are specified, the DLL will be injected into the current process.
The Path parameter is the path (on the client) where the DLL is located. Name may be omitted and Data can be filled with the raw binary data to send and load a DLL instead.
func (DLL) MarshalStream ¶
MarshalStream writes the data for this DLL task to the supplied Writer.