Documentation
¶
Index ¶
- Variables
- func BytesToInt(b []byte) int
- func GetPrefixLenAndSuffixLen(src []byte, substr ...[]byte) (index int, endIndex int, err error)
- func InStrSlice(array []string, str string) bool
- func IntToBytes(value int) []byte
- func MatchData(srcData, dataToFind []byte) int
- func MergeBytes(a, b []byte) []byte
- func RandomClassName() string
- func ReplaceClassName(classContent []byte, old, new string) []byte
- func ReplaceClassStrVar(bs64class []byte, oldVar, newVar string) ([]byte, error)
- func ReplaceFuncName(classContent []byte, old, new string) []byte
- func ReplaceSourceFile(classContent []byte, old, new string) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var CLASS_NAMES = []string{}/* 413 elements not displayed */
Functions ¶
func BytesToInt ¶
func InStrSlice ¶
func IntToBytes ¶
func MergeBytes ¶
func RandomClassName ¶
func RandomClassName() string
func ReplaceClassName ¶
func ReplaceClassStrVar ¶
func ReplaceFuncName ¶
func ReplaceSourceFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.