kernel

package module
v0.0.0-...-efc12f5 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 3 Imported by: 0

README

kernel

kernel is a package for directly calling Windows kernel functions (an improved version of C-Sto/BananaPhone).

Community

You can contribute to this package.

Examples

Look in the examples folder for some usage examples.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kernel

type Kernel interface {
	Id(name string) (id uint16, err error)
	IdOrdinal(ordinal uint32) (id uint16, err error)

	MemoryId(name string) (uint16, error)
	ModuleOrder(i int) (start uintptr, size uintptr, path string)
	Images() (images map[string]windows.Image)
	WriteMemory(buf []byte, destination uintptr)

	FuncPtr(name string) (ptr uint64, err error)
	NewProc(name string) *windows.Procedure
}

func New

func New(dll dll.Dll) (Kernel, error)

Directories

Path Synopsis
examples
internal
pkg
dll

Jump to

Keyboard shortcuts

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