Nadav's Blog


Guard pages & Memory Overrun An article discussing the memory overrun problem while proposing a simple mechanism to enable quick resolution of such problems, main audience is Windows C++ developers.
Dump files @ The unmanaged domain The focus of this article is to discuss an atonomus method of generating dump files w/o the need of any development tool installed.
Is starts by giving a high level explenation of what dump files are and what they are used for, then, it present few of the most common development tools used to generate dump files and discuss windows exception model, finally, a way of generating dump files w/o the need of any development tool is presented.
Calling a managed callback from native code This article is directed to developers familiar with managed and native programming.
It discusses two approaches for native code to asynchronously call managed code callbacks.
It starts by giving a short explanation of the interop mechanisms used followed by a description of the callback model, it then present two separate techniques of implementing the callback model followed by a code sample, finally, it present
a sample code demonstrating each approach.
Image Source plug-in A MediaFoundation plug-in that enable bitmap rendering of a diversity of image formats, Main audience is windows multimedia developers.
Hough Transform for Lines This article is adressed to developers dealing with image processing.
In this Article I will try to present a technical ( and not theoretical ) perspective of the Hough Transform for the detection of lines.
MP4 files for Progressive download This article is adressed to developers dealing with MP4 streaming.
The article presents a sample code that patch an existing MP4 file making it progressive download enabled.


Feedback: nadav@sophin.com