package
module
Version:
v0.0.0-...-00392ab
Opens a new window with list of versions in this module.
Published: Apr 27, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Compile takes a viper config with all shellcode's compilation options
type Config struct {
ShellcodeFile string
BuildDir, OutputDir string
Instructions map[string]int64 `yaml:"instructions"`
Registers map[string]int64 `yaml:"registers"`
GolangPath string `yaml:"go_path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.