Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncCallFinder ¶
type FuncCallFinder struct { visitor.Null FindFuncCall bool // contains filtered or unexported fields }
func NewFuncCallFinder ¶
func NewFuncCallFinder(funcName string) *FuncCallFinder
func (*FuncCallFinder) ExprFunctionCall ¶
func (f *FuncCallFinder) ExprFunctionCall(n *ast.ExprFunctionCall)
type MagicCallFinder ¶
func NewMagicCallFinder ¶
func NewMagicCallFinder(target string) *MagicCallFinder
func (*MagicCallFinder) ExprFunctionCall ¶
func (f *MagicCallFinder) ExprFunctionCall(n *ast.ExprFunctionCall)
type MagicInvokeFinder ¶
type MagicInvokeFinder struct { visitor.Null FindInvoke bool // contains filtered or unexported fields }
func NewMagicInvokeFinder ¶
func NewMagicInvokeFinder(b64key string) *MagicInvokeFinder
func (*MagicInvokeFinder) ExprFunctionCall ¶
func (f *MagicInvokeFinder) ExprFunctionCall(n *ast.ExprFunctionCall)
Click to show internal directories.
Click to hide internal directories.