Jump to content

Neodyspeelo

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Neodyspeelo reacted to bjfrog in Need a command line to register these shellext DLLS   
    Hi,everybody
    I'm learning to make addons of some apps
    recently I got the problem when registering some dll files in using RegiterDlls directive,These Dlls registered for applying contextmenu, but they cant be registered either using Regiterdlls or using regserv32.exe
    All the DLLS seem have the same features dont have DllRegisterServer/DllUnRgisterServer functions that I found via a dependency check tool of MS.
    Below registry section mentioned shell dlls registered from monitor installing Byond Compare 3 and Virtual CloneDrive,
    anyone can help me register them in command line I will appreciate it.

    ;Beyond Compare3
    HKCR,"*\shellex\ContextMenuHandlers\CirrusShellEx",,0x0,"{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    HKCR,"CLSID\{57FA2D12-D22D-490A-805A-5CB48E84F12A}",,0x0,"CirrusShellEx"
    HKCR,"CLSID\{57FA2D12-D22D-490A-805A-5CB48E84F12A}\InProcServer32",,0x0,"%16422%\Beyond Compare 3\BCShellEx.dll"
    HKCR,"CLSID\{57FA2D12-D22D-490A-805A-5CB48E84F12A}\InProcServer32","ThreadingModel",0x0,"Apartment"
    HKCR,"Directory\shellex\ContextMenuHandlers\CirrusShellEx",,0x0,"{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    HKCR,"Folder\shellex\ContextMenuHandlers\CirrusShellEx",,0x0,"{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    HKCR,"lnkfile\shellex\ContextMenuHandlers\CirrusShellEx",,0x0,"{57FA2D12-D22D-490A-805A-5CB48E84F12A}"

    ;Virtual CloneDrive
    HKCR,"Drive\shellex\ContextMenuHandlers\VirtualCloneDrive",,0x0,"{B7056B8E-4F99-44f8-8CBD-282390FE5428}"
    HKCR,"CLSID\{B7056B8E-4F99-44f8-8CBD-282390FE5428}",,0x0,"VirtualCloneDrive Shell Extension"
    HKCR,"CLSID\{B7056B8E-4F99-44f8-8CBD-282390FE5428}\InProcServer32",,0x0,"%16422%\Elaborate Bytes\VirtualCloneDrive\ElbyVCDShell.dll"
    HKCR,"CLSID\{B7056B8E-4F99-44f8-8CBD-282390FE5428}\InProcServer32","ThreadingModel",0x0,"Apartment"
    BTW here are some files I intercepted from tempfolder during install BC3 that seem have relationship with registering BCshellex.dll
    temp_folder_files.7Z
  2. Like
    Neodyspeelo reacted to ccl0 in How digital detectives deciphered Stuxnet   
    not sure where to post this, but its a pretty interesting read http://arstechnica.com/tech-policy/news/2011/07/how-digital-detectives-deciphered-stuxnet-the-most-menacing-malware-in-history.ars/1
×
×
  • Create New...