DLLSideloader icon indicating copy to clipboard operation
DLLSideloader copied to clipboard

Error

Open techstartupexplorer opened this issue 3 years ago • 0 comments

So many errors on the visual studio event if you install vs 2019 and msbuild you still need to modify the path in the code.... now it is fixed next error :( no such thing dllsideloadcompiler.dll in your github

PS C:\Users\Administrator\Desktop\Shared\DLLSideloader-master> Invoke-DLLSideLoad libcurl.dll payload.dll [+] Dumping functions from DLL libcurl.dll into tmp6B8F.xml [+] Waiting for XML file to be created [+] Backing up the and renaming the original DLL.. [+] Reading functions from XML dump [+] Clearing DLLSideLoadCompiler\DLLSideLoadCompiler\DLLSideLoadCompiler.cpp for old content [+] Parsing and writing code into DLLSideLoadCompiler\DLLSideLoadCompiler\DLLSideLoadCompiler.cpp [+] Writing entrypoint to dllmain.cpp [+] Removing the XML dump [+] Compiling proxy DLL using MSBuild from Build Tools 2019! [+] Moving the compiled DLL into directory Move-Item : Cannot find path 'C:\Users\Administrator\Desktop\Shared\DLLSideloader-master\DLLSideLoadCompiler\Debug\DLLSideLoadCompiler.dll' because it does not exist. At C:\Users\Administrator\Desktop\Shared\DLLSideloader-master\DLLSideLoader.ps1:180 char:1

  • Move-Item -Path $outPutDLL -Destination $OriginalInDLL
  •   + CategoryInfo          : ObjectNotFound: (C:\Users\Admini...oadCompiler.dll:String) [Move-Item], ItemNotFoundException
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.MoveItemCommand
    

techstartupexplorer avatar Aug 05 '22 14:08 techstartupexplorer