<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aporah</title>
	<atom:link href="http://aporah.com/feed" rel="self" type="application/rss+xml" />
	<link>http://aporah.com</link>
	<description>Specializing in license recovery since 2005</description>
	<lastBuildDate>Thu, 05 Aug 2010 06:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>NLR 1.0.2 released</title>
		<link>http://aporah.com/blog/featured/nlr-1-0-2-released</link>
		<comments>http://aporah.com/blog/featured/nlr-1-0-2-released#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://aporah.com/?p=200</guid>
		<description><![CDATA[Aporah is pleased to announce the immediate release of Network License Reporting (NLR) version 1.0.2. NLR enables organisations to centrally report and inventory the state of computer hardware and software licensing across the enterprise.
New in version 1.0.2 is the ability to see  ]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2010/08/NLR-ComputerReport.png"><img src="/wp-content/uploads/2010/08/NLR-ComputerReport-150x150.png" alt="Computer Model Report" title="Computer Report" width="150" height="150" class="size-thumbnail wp-post-image" /></a>Aporah is pleased to announce the immediate release of Network License Reporting (NLR) version 1.0.2. NLR enables organisations to centrally report and inventory the state of computer hardware and software licensing across the enterprise.</p>
<p>New in version 1.0.2 is the ability to see the model of a given computer (Dell Latitude E6400, PowerEdge 1950 etc) along with additional detection methods for Adobe Creative Suite 5 and other applications.</p>
<p>For more information please view the <a href="/products/network-license-reporting">Network License Reporting page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aporah.com/blog/featured/nlr-1-0-2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network License Reporting Released</title>
		<link>http://aporah.com/blog/featured/network-license-reporting-released</link>
		<comments>http://aporah.com/blog/featured/network-license-reporting-released#comments</comments>
		<pubDate>Tue, 22 Jun 2010 21:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://aporah.com/dev/?p=87</guid>
		<description><![CDATA[Aporah is pleased to announce the immediate release of Network License Reporting (NLR). NLR enables organisations to centrally report and inventory the state of computer hardware and software licensing across the enterprise.

NLR can be installed in under a minute, and recovering license  ]]></description>
			<content:encoded><![CDATA[<p>Aporah is pleased to announce the immediate release of Network License Reporting (NLR). NLR enables organisations to centrally report and inventory the state of computer hardware and software licensing across the enterprise.<br />
<span id="more-87"></span><br />
NLR can be installed in under a minute, and recovering license details from network systems in a matter of minutes. For more information please view the <a href="/products/network-license-reporting">Network License Reporting page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aporah.com/blog/featured/network-license-reporting-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Key Finder DLL v2.2 updated</title>
		<link>http://aporah.com/blog/featured/product-key-finder-dll-v2-2-updated</link>
		<comments>http://aporah.com/blog/featured/product-key-finder-dll-v2-2-updated#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:34:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://aporah.com/dev/?p=35</guid>
		<description><![CDATA[A minor update to PKF DLL was released today improving integration with Microsoft .Net programing languages. With just one method all license keys on the local system can be accessed. This functionality is available in version 2.2.0 (28), login to our client  ]]></description>
			<content:encoded><![CDATA[<p>A minor update to PKF DLL was released today improving integration with Microsoft .Net programing languages. With just one method all license keys on the local system can be accessed. <span id="more-35"></span>This functionality is available in version 2.2.0 (28), login to our client area for access to the update.</p>
]]></content:encoded>
			<wfw:commentRss>http://aporah.com/blog/featured/product-key-finder-dll-v2-2-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover license details using licenseRecovery DLL</title>
		<link>http://aporah.com/blog/uncategorized/licenserecovery-csharp</link>
		<comments>http://aporah.com/blog/uncategorized/licenserecovery-csharp#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:05:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aporah.com/dev/?p=1</guid>
		<description><![CDATA[This short blog post will show you how to recover product keys from a local computer using our licenseRecovery DLL.
This post focuses on C#, but it could just as easily be achieved in C++ or your preferred language.


using System;
using System.Text;
using System.Runtime.InteropServices;
namespace ConsoleApplication1
{
  ]]></description>
			<content:encoded><![CDATA[<p>This short blog post will show you how to recover product keys from a local computer using our licenseRecovery DLL.</p>
<p>This post focuses on C#, but it could just as easily be achieved in C++ or your preferred language.<br />
<span id="more-1"></span></p>
<pre>
using System;
using System.Text;
using System.Runtime.InteropServices;
namespace ConsoleApplication1
{
  class Program
  {
    [DllImport("licenseRecovery.dll", SetLastError=true)]
    private static extern void getLicenseKey(ref StringBuilder name, ref StringBuilder key);

    [DllImport("licenseRecovery.dll", SetLastError=true)]
    private static extern int numLicenseKeys();

    [DllImport("licenseRecovery.dll", SetLastError = true)]
    private static extern void setScope(bool isRemote, string remoteHost);

    static void Main(string[] args)
    {
      StringBuilder name = new StringBuilder(200);
      StringBuilder key = new StringBuilder(200);

      setScope(false, null);

      int num = numLicenseKeys();
      for (int i = 0; i &lt; num; i++)
      {
        getLicenseKey(ref name, ref key);
        Console.WriteLine(name + "\t" + key);
      }
    }
  }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://aporah.com/blog/uncategorized/licenserecovery-csharp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
