Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vineflower
deprecated
type Vineflower struct{}
Vineflower is a decompiler that directly calls the vineflower.jar and reads the decompiled code from stdout. This process is very slow, but it does work well and was the first decompiler method implemented.
Deprecated: VFServer is now the intended Vineflower decompiler for Marv. This still works but is very, very slow.
func (*Vineflower) ExePath ¶
func (v *Vineflower) ExePath() string
func (*Vineflower) Setup ¶
func (v *Vineflower) Setup() error
func (*Vineflower) String ¶
func (v *Vineflower) String() string
func (*Vineflower) Teardown ¶
func (v *Vineflower) Teardown() error
Click to show internal directories.
Click to hide internal directories.