Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVollmer committed Mar 19, 2019
1 parent 62d87d5 commit e6d5800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion powerhub/templates/amsi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if(-not ([System.Management.Automation.PSTypeName]"$method").Type) {
$DLL = [System.Convert]::FromBase64String($DLL)
$DLL = Decrypt-Code $DLL $KEY
$DLL = [System.Text.Encoding]::ASCII.GetString($DLL)
write-host $DLL
[Reflection.Assembly]::Load([Convert]::FromBase64String($DLL)) | Out-Null
}

Expand Down

0 comments on commit e6d5800

Please sign in to comment.