aurorium

package module
v0.0.0-...-bf919d8 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

README

Aurorium

A tool suite of generate, encode, combine and apply shellcode for evasion.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	widget.Entry

	OnFocusGained func()
	OnFocusLost   func()
}

func NewEntry

func NewEntry() *Entry

func (*Entry) FocusGained

func (obj *Entry) FocusGained()

func (*Entry) FocusLost

func (obj *Entry) FocusLost()

type HFlex

type HFlex struct {
	Extend  []int
	Padding float32

	OffWidth  float32
	OffHeight float32
}

func NewHFlex

func NewHFlex(extend ...int) *HFlex

func (*HFlex) Layout

func (flex *HFlex) Layout(objects []fyne.CanvasObject, size fyne.Size)

func (*HFlex) MinSize

func (flex *HFlex) MinSize(objects []fyne.CanvasObject) fyne.Size

type Program

type Program struct {
	// contains filtered or unexported fields
}

Program contains all context data.

func New

func New() *Program

New is used to create a new GUI program.

func (*Program) Main

func (p *Program) Main() error

Main is used to run the program.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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