Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VFServer ¶
type VFServer struct {
// contains filtered or unexported fields
}
VFServer is a decompiler that utilizes the Vineflower decompiler but calls it through http requests to the vineflower-server process that I wrote for Marv. This process is slower than Garlic, but not by that much. Due to its great compatibility, this is the default Java decompiler that Marv will use.
type VFServerErrorResponse ¶
type VFServerErrorResponse struct {
Message string `json:"message"`
}
type VFServerResponse ¶
Click to show internal directories.
Click to hide internal directories.