DLL Sideloading
Not the perfect way, but the faster way
How to find DLL sideloads
Get-ChildItem -Path "C:\" -Filter *.exe -Recurse -File -Name | ForEach-Object {
Write-Host $_
$bin = "C:\" + $_
C:\Tools\Siofra64.exe --mode file-scan --enum-dependency --dll-hijack -f $bin >> check_appdata.txt
}
How to make ProxyDlls
Not so ideal hack
Last updated
