Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
func (*Stack) CreateShadowStack ¶
func (this *Stack) CreateShadowStack() func()
CreateShadowStack creates a shadow stack, which can be used to restore the stack to its current state. dont pop the top item of the stack.
Click to show internal directories.
Click to hide internal directories.