Building Linux Modules with Parallels

While I am working on driver development for Linux kernel, I faced couple of problems which took some time and wanted to tell you my way of building modules. In this post, I used  parallels virtual machine on my Mac.  First download a cool linux virtual appliance from Parallels Virtual Appliance.     I recommend gentoo, it includes linux kernel [...]

Using PKblob on MAC OS X - Flow Diagram

      Converting MS Crypto API Public Key Blob to X509 and RSA for using on Mac OS X (Open SSL) . This process is a little bit complicated while processing bits. We implemented this for a private company and I think at least small diagram will give you an idea how to implement it. [...]