finder

package
v0.0.0-...-2e6bc3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2022 License: MIT Imports: 4 Imported by: 0

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

type MagicCallFinder struct {
	visitor.Null

	TargetName string
	FindTarget bool
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL