Documentation
¶
Index ¶
- Constants
- Variables
- func ElfAddNeeded(elfpath string, libs []string, prog string) (bool, *Error)
- func ElfRPath(elfpath string, lib string, prog string) (bool, *Error)
- func ElfRemoveNeeded(elfpath string, libs []string, prog string) (bool, *Error)
- func ElfRemoveRPath(elfpath string, lib string, prog string) (bool, *Error)
- func ElfReplaceNeeded(elfpath string, lib_old string, lib_new string, prog string) (bool, *Error)
- func ElfSetInterpreter(elfpath string, lib string, prog string) (bool, *Error)
- func ElfSetSoname(elfpath string, lib string, prog string) (bool, *Error)
- func Patchldso(elfpath string, newpath string) *Error
Constants ¶
View Source
const ( SET_INTERPRETER = iota SET_SONAME SET_RPATH ADD_NEEDED REMOVE_RPATH REMOVE_NEEDED REPLACE_NEEDED )
Variables ¶
View Source
var PARAMS = []string{"--set-interpreter", "--set-soname", "--set-rpath", "--add-needed", "--remove-rpath", "--remove-needed", "--replace-needed"}
Functions ¶
func ElfRemoveNeeded ¶
func ElfReplaceNeeded ¶
func ElfSetInterpreter ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.