Documentation
¶
Index ¶
- func ConvertBytes(dllBytes, functionHash, userData []byte) []byte
- func ConvertDllToShellcode(dll_file string, func_name string, data string) ([]byte, error)
- func CreateProcess(shellcode []byte, pid int) error
- func CreateRemoteThread(shellcode []byte, pid int) error
- func Fibers(shellcode []byte) error
- func GetShellcodeFromFile(file string) ([]byte, error)
- func GetShellcodeFromUrl(sc_url string) ([]byte, error)
- func QueueUserApc(shellcode []byte) error
- func RtlCreateUserThread(shellcode []byte, pid int) error
- func UuidFromString(shellcode []byte) error
- func WriteShellcodeToFile(filename string, shellcode []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertBytes ¶ added in v0.1.2
func ConvertDllToShellcode ¶ added in v0.1.2
func CreateProcess ¶
func CreateRemoteThread ¶
func GetShellcodeFromFile ¶
func GetShellcodeFromUrl ¶
func QueueUserApc ¶ added in v0.1.4
func RtlCreateUserThread ¶ added in v0.1.4
func UuidFromString ¶ added in v0.1.4
func WriteShellcodeToFile ¶ added in v0.1.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.