├── Invoke-ReflectivePEInjection.ps1 ├── README.md ├── dll2ps.ps1 ├── exe2ps.ps1 ├── inject.ps1 └── keylog.ps1 /Invoke-ReflectivePEInjection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/Invoke-ReflectivePEInjection.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/README.md -------------------------------------------------------------------------------- /dll2ps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/dll2ps.ps1 -------------------------------------------------------------------------------- /exe2ps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/exe2ps.ps1 -------------------------------------------------------------------------------- /inject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/inject.ps1 -------------------------------------------------------------------------------- /keylog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smb01/PowershellTools/HEAD/keylog.ps1 --------------------------------------------------------------------------------