Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func BufToPwstr(size uint) *uint16
- func GetClassName(hwnd win32.HWND) (ClassName string)
- func GetTreePids(rootPid uint32) ([]uint32, error)
- func GetWindowText(hwnd win32.HWND) (WindowText string)
- func OpenSshPTY(s gl.Session)
- func ShellArgs(commands []string) (args []string)
- func UnloadEmbedded(src, root, trg string, keep bool) error
Constants ¶
View Source
const ( M77 = time.Millisecond * 77 BIN = "OpenSSH" BUG = ansiRedBG + "Ж" + ansiReset )
Variables ¶
This section is empty.
Functions ¶
func GetTreePids ¶
https://gist.github.com/gekigek99/94f3629e929d514ca6eed55e111ae442 GetTreePids will return a list of pids that represent the tree of process pids originating from the specified one. (they are ordered: [parent, 1 gen child, 2 gen child, ...])
func GetWindowText ¶
get title of window by hwnd
func OpenSshPTY ¶
PTY from OpenSSH amd64 to handle winCh over ctderr 386 ugly to handle winCh by `mod con columns=`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.