README ¶ origin_unwrapper A Go module to handle DLL patching. Run tests with go test ./... License See LICENSE file. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func AddDLLImports(file *readwrite.Data, section pe.Section, newSectionName string, ...) error func Parse(data []byte) (readwrite.Section, error) func Unwrap(fileMap *readwrite.Data, ...) type DLLEntry 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 } Source Files ¶ View all Source files dll.go parser.go unwrapper.go Click to show internal directories. Click to hide internal directories.