Skip to main content

Home/ Coders/ Group items tagged libraries

Rss Feed Group items tagged

Joel Bennett

Detours - intercepting Win32 functions - 0 views

  • Transactional model for attaching and detaching detours.
    • Joel Bennett
       
      Transactional ... aspects. This is crazy impressive.
  • Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.
  •  
    Detours is a Microsoft Research project which exposes a transactional model for intercepting arbitrary Win32 functions by rewriting the in-memory code and attach an arbitrary payload to any binary.
Joel Bennett

Windows RSS Platform API - 0 views

  •  
    The documentation for Microsoft's Windows RSS Platform, or FeedManager ...
Joel Bennett

OtherGuiLibraries - from the wtl wiki - 0 views

  •  
    The "Other GUI Libraries" page on the WTL wiki holds a wealth of information in the form of short reviews of various (mostly free, and mostly cross-platform) gui widget toolkits like Qt, wxWidgets, Ultimate++, JUCE and others I'd never heard of ...
Joel Bennett

Ultimate++ - 0 views

  • Ultimate++ is a C++ cross-platform rapid application development suite focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
  •  
    U++ looks like an interesting alternative to qt and wxWidgets as a cross-platform widget toolkit -- it has it's own IDE with graphical form design, etc.
Joel Bennett

Windows Vista Deployment Step by Step Guide - 0 views

  • [ExclusionList]ntfs.loghiberfil.syspagefile.sys"System Volume Information"RECYCLERWindows\CSC[CompressionExclusionList]*.mp3*.zip*.cab\WINDOWS\inf\*.pnf
    • Joel Bennett
       
      The wimscript listed in step 3 is the default anyway, so unecessary if you're not going to add to it.
  • Oscdimg -n –bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
    • Joel Bennett
       
      This command in step 5 is incorrect, the etfsboot.com file is in C:\WinPE_x86\ISO\boot if you follow the rest of the instructions here, so the command should be: Oscdimg -n -bC:\WinPE_x86\ISO\boot\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
  •  
    A step-by-step for how to set up and capture an image using Windows PE and ImageX that you can deploy onto other PCs.
Joel Bennett

Crossing the Divide - Compile .Net to Java! - 0 views

  •  
    Grasshopper enables .NET developers to cross-compile Microsoft IL (i.e.: the output of any .NET programming language) to Java bytecode, using the open source Mono Project's class libraries.
Joel Bennett

Security Development Lifecycle (SDL) Banned Function Calls - 0 views

  •  
    Microsoft's official list of "banned" unsafe function calls. Basically this is a list of all the SafeCRT and StrSafe.h function equivalencies ... along with a short discussion of the relative merits for StrSafe vs. SafeCRT... also includes some *very* useful examples.
Joel Bennett

CertMgr (Windows) - 0 views

  •  
    CertMgr is a new tool for the management of certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs). It is installed in the \Bin folder of the Microsoft Windows Software Development Kit (SDK)
Joel Bennett

Zeroconf NetServices - Zeroconf for .NET - 0 views

  •  
    Zeroconfig is a protocol used for automatic discovery of services on networks, which was popularized by Apple as Rendezvous and is now called Bonjour... this is an implementation in C# for .Net
Joel Bennett

Unity Application Block - 0 views

  • To raise awareness of the need to maximize testability when designing applications
  • implement attribute-driven injection for constructors, property setters, and methods
  • allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
  •  
    The second goal they cite is: To raise awareness of the need to maximize testability when designing applications.
  •  
    Unity (or mor formally, the Unity Application Block) is a lightweight, extensible dependency injection container from Microsoft with simple support for the basics of Inversion of Control and Dependency Injection, including implementing attribute-driven injection on constructors, property setters, and methods...
Joel Bennett

M - The modelling language - 0 views

  •  
    M seems to be like LINQ for data structure generation: a simple template language with assemblers for different back-end technologies.
  •  
    The Microsoft code name "M" language is a declarative language for working with data and building domain models. "M" lets users write down how they want to structure and query their data using a textual syntax that is convenient to both author and reader.
Joel Bennett

Windows Presentation Foundation Pixel Shader Effects Library - CodePlex - 0 views

  •  
    Boatloads of shader effects... BandedSwirl, Bloom, BrightExtract, ColorKeyAlpha, ColorTone, ContrastAdjust, DirectionalBlur, Embossed, Gloom, GrowablePoissonDiskEffect, InvertColor, LightStreak, Magnify, Monochrome, Pinch, Pixelate, Ripple, Sharpen, SmoothMagnify, Swirl, Tone, Toon, and ZoomBlur ... BandedSwirl, Blings, Blood, CircleReveal, CircleStretch, CircularBlur, CloudReveral, Cloudy, Crumble, Dissolve, DropFade, Fade, LeastBright, LineReveal, MostBright, PixelateIn, PixelateOut, Pixelate, RadialBlur, RadialWiggle, RandomCircleReveal, Ripple, Rotate, Saturate, Shrink, SlideIn, SmoothSwirl, Swirl, Water, Wave.
Joel Bennett

Automatic Online Update Toolkit - The Code Project - 0 views

  •  
    A set of tools for automatic updates ...
Joel Bennett

REGSVR Sample: Invokes Self-Registration Code - 0 views

  •  
    The source code to (an improved version of) RegSvr32.exe  -- this version has a /c command parameter that forces it to output on the command line instead of using message boxes (why isn't that in the default one?)
Joel Bennett

ImageX Command-Line Options - 0 views

  •  
    the commandline reference for imagex
« First ‹ Previous 161 - 180 of 256 Next › Last »
Showing 20 items per page