decompilers

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decompiler

type Decompiler interface {
	// ExePath returns the executable path for the decompiler object.
	ExePath() string
	// Setup performs any necessary setup for the decompiler.
	Setup() error
	// Teardown performs any necessary teardown for the decompiler.
	Teardown() error
	// Decompile takes a string path to a file and returns the decompiled bytes of that file or an error.
	Decompile(path string) ([]byte, error)
}

Decompiler describes an object that can be used to decompile a binary.

func JavaDecompiler

func JavaDecompiler(name string) Decompiler

Directories

Path Synopsis
java

Jump to

Keyboard shortcuts

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