origin_unwrapper

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

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

Go to latest
Published: Oct 20, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

README

origin_unwrapper

A Go module to handle DLL patching.

  • Run tests with go test ./...

License

See LICENSE file.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddDLLImports

func AddDLLImports(file *readwrite.Data, section pe.Section, newSectionName string, dllsToAdd []DLLEntry, addInFront bool) error

func Parse

func Parse(data []byte) (readwrite.Section, error)

func Unwrap

func Unwrap(fileMap *readwrite.Data, versionPtr, getDlfKey, dlfKeyPtr, outputPathPtr string, addDllPtr bool)

Types

type DLLEntry

type DLLEntry struct {
	DLL   string
	Names []string
}

Jump to

Keyboard shortcuts

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