bindiff

package module
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: MIT Imports: 8 Imported by: 2

README

bindiff

This package implements binary diff and patch methods as described on http://www.daemonology.net/bsdiff/

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InvalidWhence      = errors.New("bindiff: invalid whence")
	NegativePosition   = errors.New("bindiff: negative position")
	PositionOutOfRange = errors.New("bindiff: position out of range")
)
View Source
var PatchError = errors.New("bindiff: corrupt patch")

Functions

func Diff

func Diff(old, new io.Reader, patch io.Writer) error

func Patch

func Patch(old io.Reader, new io.Writer, patch io.Reader) error

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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