Jump to content

ZoSTeR

Member
  • Posts

    227
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by ZoSTeR

  1. For a free, flexible shell extension with cascaded menus you should try Fast Explorer 2006.

    It basically consist of a DLL and a menu ini file.

    You may freely use and redistribute the FEShlExt.dll shell extension module

    with your applications for both commercial and non-commercial purposes.

    Concerning FFDShow:

    ffdshow-tryouts hosts the latest builds. They use InnoSetup 5.1.x which unpacks fine with InnoUnp 0.19

  2. From the readme:

    1) ManagedDX.cab may be excluded if support for DirectX for Managed

       Applications is not required for your applications.

    2) DirectX.cab and BDA.cab may be excluded if your application is not

       supported on version of Windows 95, 98, 98 Second Edition or Millenium.

    Q839643 is included in 9c and can't be applied anyway.

  3. To add PEiD to your context menu for exe files use this:

    [HKEY_CLASSES_ROOT\exefile\shell\Identify with PEiD\command]
    @="\"C:\\Program Files\\PEiD\\PEiD.exe\" -hard \"%1\""

    PEiD Command line Options

    --------------------

    peid -time // Show statistic before quitting

    peid -r // Recurse through subdirectories

    peid -nr // Dont scan subdirectories even if its set

    peid -hard // Scan files in Hardcore Mode

    peid -deep // Scan files in Deep Mode

    peid -norm // Scan files in Normal Mode

    peid -ext // Scan files with external signatures only

    peid <file1> <file2> <dir1> <dir2>

    You can combine one or more of the parameters.

    For example.

    peid -hard -time -r c:\windows\system32

    peid -time -deep c:\windows\system32\*.dll

×
×
  • Create New...