redcode-labs / Coldfire

Golang malware development library
MIT License
931 stars 142 forks source link

Added possible implementation of dialog() 1666L #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

Used zenity package instead of Tawesoft's dialog package since using their library for dialog creation would require an unstable hack to access the private function platformAlert(title, message) which handles dialog creation. Without the unstable hack, the dialog's name would be "Alert" since message is the only parameter in the public function Alert(message).