<?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>iNerd Tech</title>
	<atom:link href="http://inerdtech.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://inerdtech.com</link>
	<description>David&#039;s exploits on life, electronics, and who knows what</description>
	<lastBuildDate>Wed, 04 Aug 2010 19:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The PowerPig Radio Station</title>
		<link>http://inerdtech.com/?p=352</link>
		<comments>http://inerdtech.com/?p=352#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:00:06 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=352</guid>
		<description><![CDATA[WordPress based Web 2.0 style site for a radio station. Java IRC chat enabled, along with various plugins that work with IceCast/Shoutcast to enhance the viewer&#8217;s experience and comfort. Visit ThePowerPig]]></description>
			<content:encoded><![CDATA[<p>WordPress based Web 2.0 style site for a radio station. Java IRC chat enabled, along with various plugins that work with IceCast/Shoutcast to enhance the viewer&#8217;s experience and comfort.</p>
<p><strong><a href="http://thepowerpig.org">Visit ThePowerPig</a></strong></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=352" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=352</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The PowerPig</title>
		<link>http://inerdtech.com/?p=348</link>
		<comments>http://inerdtech.com/?p=348#comments</comments>
		<pubDate>Wed, 04 Aug 2010 14:55:09 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=348</guid>
		<description><![CDATA[I just finished up a job for a friend of mine who needed a new CMS based site for his radio station. WordPress based with custom accents and java IRC chat among other nice plugins which allow for station information to be displayed, etc. http://thepowerpig.org (URL)]]></description>
			<content:encoded><![CDATA[<p>I just finished up a job for a friend of mine who needed a new CMS based site for his radio station. WordPress based with custom accents and java IRC chat among other nice plugins which allow for station information to be displayed, etc.</p>
<p>http://thepowerpig.org (URL)</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=348" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David’s Software Licensing (Alpha) – in a compact library.</title>
		<link>http://inerdtech.com/?p=305</link>
		<comments>http://inerdtech.com/?p=305#comments</comments>
		<pubDate>Tue, 27 Apr 2010 03:14:32 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[hwid]]></category>
		<category><![CDATA[protection]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=305</guid>
		<description><![CDATA[Hello again everybody, it&#8217;s Monday again, and not really much for me to do &#8211; so I dug up an old code project of mine and updated it. It&#8217;s 11 PM and damn it, I think I accomplished something. Introducing David Stancu&#8217;s Hardware Enabled Licensing Library! Overview I&#8217;ve seen quite a few licensing techniques used [...]]]></description>
			<content:encoded><![CDATA[<p>Hello again everybody, it&#8217;s Monday again, and not really much for me to do &#8211; so I dug up an old code project of mine and updated it. It&#8217;s 11 PM and damn it, I think I accomplished something.</p>
<h1><strong>Introducing David Stancu&#8217;s Hardware Enabled Licensing Library!</strong></h1>
<p><strong><span style="text-decoration: underline;">Overview</span></strong></p>
<p>I&#8217;ve seen quite a few licensing techniques used by smalltime developers such as the one used in mIRC, but, are they really all that effective? It&#8217;s only a few bytes between you and personal freedom, so why even bother when people won&#8217;t pay for your applications? That&#8217;s a shame in my opinion &#8211; so I&#8217;ve decided to make my own library that would be a little more challenging to bypass. It looks like it&#8217;s simple base64, but it isn&#8217;t. By far.</p>
<p><span style="text-decoration: underline;">Functions</span></p>
<ul>
<li>ShowUnprotectedID : Shows the &#8220;unprotected&#8221; hardware IDs from your system gathered from various components via WLM.</li>
<li>ShowID : Shows the encrypted license key &#8211; you can use this to verify</li>
</ul>
<p>There are also two other functions having to do with base64 and rot13, these just encrypt and decrypt. They will be removed in a future release &#8211; it&#8217;s too late for me to be assed with cleaning up.</p>
<p>That&#8217;s it for tonight, you can find the DLL for download below!</p>
<p><a href="http://inerdtech.com/wp-content/uploads/2010/04/HWIDLicenseA4262010.zip">HWIDLicenseA4262010 DLL File</a></p>
<h2><strong><span style="font-weight: normal;"><br />
</span></strong></h2>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=305" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=305</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I need an excuse; DocCorrupt is the answer!</title>
		<link>http://inerdtech.com/?p=301</link>
		<comments>http://inerdtech.com/?p=301#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:40:06 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=301</guid>
		<description><![CDATA[I&#8217;ve always been a person who tried to get things done on time &#8211; but sometimes I just can&#8217;t. It&#8217;s a pain in the rear end to try and meet over 9,000 deadlines in one day and my friends seem to agree. Here&#8217;s DocCorrupt &#8211; a little lifesaver I made in a half hour! Teachers [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been a person who tried to get things done on time &#8211; but sometimes I just can&#8217;t. It&#8217;s a pain in the rear end to try and meet over 9,000 deadlines in one day and my friends seem to agree.</p>
<p>Here&#8217;s DocCorrupt &#8211; a little lifesaver I made in a half hour!</p>
<div id="attachment_302" class="wp-caption aligncenter" style="width: 160px"><a href="http://inerdtech.com/wp-content/uploads/2010/04/Capture.jpg"><img class="size-thumbnail wp-image-302" title="DocCorrupt Capture" src="http://inerdtech.com/wp-content/uploads/2010/04/Capture-150x150.jpg" alt="Simplicity is bliss." width="150" height="150" /></a><p class="wp-caption-text">Simplicity is bliss.</p></div>
<p>Teachers aren&#8217;t the most tech-savvy of people, let&#8217;s admit it. Sometimes files get corrupted when you transfer something &#8211; yes, it genuinely happens. You can corrupt a presentation, binary, whatever, with one click using DocCorrupt. I like having this excuse in my pocket occasionally just so that I could get an extra day.</p>
<p>One thing though; it isn&#8217;t my fault if your teacher still takes off points &#8211; I don&#8217;t care. It&#8217;s not David&#8217;s fault.</p>
<p><a href="http://inerdtech.com/wp-content/uploads/2010/04/DocCorrupt.exe">DocCorrupt Binary &#8211; .NET 3.5</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=301" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=301</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic HWID Protection</title>
		<link>http://inerdtech.com/?p=270</link>
		<comments>http://inerdtech.com/?p=270#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:34:06 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[anti-noob]]></category>
		<category><![CDATA[hwid]]></category>
		<category><![CDATA[leech]]></category>
		<category><![CDATA[protection]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=270</guid>
		<description><![CDATA[Hello everyone! Since I&#8217;ve gotten into the hacking scene if you will, I started noticing that there are too many people ripping other people&#8217;s work off and labeling it as their own. How can we prevent this? Simple, add in a unique hardware identifier for each computer so that only that piece of hardware can [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>Since I&#8217;ve gotten into the hacking scene if you will, I started noticing that there are too many people ripping other people&#8217;s work off and labeling it as their own. How can we prevent this? Simple, add in a unique hardware identifier for each computer so that only that piece of hardware can run it.</p>
<p>This is the C# code I&#8217;m publicly releasing. I have a more advanced method but I don&#8217;t want to post it for obvious reasons <img src='http://inerdtech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p270code2'); return false;">View Code</a> CSHARP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2702"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
</pre></td><td class="code" id="p270code2"><pre class="csharp" style="font-family:monospace;"><span style="color: #008080; font-style: italic;">// mach_kernel's generic hardware ID checker.</span>
<span style="color: #008080; font-style: italic;">// all your base are belong to me!</span>
&nbsp;
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Collections.Generic</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Linq</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Text</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Management</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Threading</span><span style="color: #008000;">;</span>
<span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Diagnostics</span><span style="color: #008000;">;</span>
&nbsp;
<span style="color: #0600FF; font-weight: bold;">namespace</span> HWIDProtect
<span style="color: #008000;">&#123;</span>
    <span style="color: #6666cc; font-weight: bold;">class</span> Program 
    <span style="color: #008000;">&#123;</span>
        <span style="color: #008080; font-style: italic;">/// &lt;summary&gt;</span>
        <span style="color: #008080; font-style: italic;">/// Quick and dirty way to get some sort of a hardware ID</span>
        <span style="color: #008080; font-style: italic;">/// Your head can run wild with how you can encrypt these IDs,</span>
        <span style="color: #008080; font-style: italic;">/// read some WLM docs =)</span>
        <span style="color: #008080; font-style: italic;">/// &lt;/summary&gt;</span>
        <span style="color: #008080; font-style: italic;">/// &lt;returns&gt;&lt;/returns&gt;</span>
&nbsp;
        <span style="color: #0600FF; font-weight: bold;">public</span> <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">string</span> GetProcessorID<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
        <span style="color: #008000;">&#123;</span>
&nbsp;
            <span style="color: #6666cc; font-weight: bold;">string</span> sProcessorID <span style="color: #008000;">=</span> <span style="color: #6666cc; font-weight: bold;">String</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Empty</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #6666cc; font-weight: bold;">string</span> sQuery <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;SELECT ProcessorId FROM Win32_Processor&quot;</span><span style="color: #008000;">;</span>
&nbsp;
            ManagementObjectSearcher oManagementObjectSearcher <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> ManagementObjectSearcher<span style="color: #008000;">&#40;</span>sQuery<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            ManagementObjectCollection oCollection <span style="color: #008000;">=</span> oManagementObjectSearcher<span style="color: #008000;">.</span><span style="color: #0000FF;">Get</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #0600FF; font-weight: bold;">foreach</span> <span style="color: #008000;">&#40;</span>ManagementObject oManagementObject <span style="color: #0600FF; font-weight: bold;">in</span> oCollection<span style="color: #008000;">&#41;</span>
            <span style="color: #008000;">&#123;</span>
&nbsp;
                sProcessorID <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span><span style="color: #6666cc; font-weight: bold;">string</span><span style="color: #008000;">&#41;</span>oManagementObject<span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;ProcessorId&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #008000;">&#125;</span>
&nbsp;
            <span style="color: #0600FF; font-weight: bold;">return</span> <span style="color: #008000;">&#40;</span>sProcessorID<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
        <span style="color: #008000;">&#125;</span>
&nbsp;
        <span style="color: #008080; font-style: italic;">/// &lt;summary&gt;</span>
        <span style="color: #008080; font-style: italic;">/// IT IS IMPORTANT to encapsulate your code in a void,</span>
        <span style="color: #008080; font-style: italic;">/// because as your hack gets more complicated, you WANT TO AVOID</span>
        <span style="color: #008080; font-style: italic;">/// having the load parameters be clouded with all this stuff!</span>
        <span style="color: #008080; font-style: italic;">/// &lt;/summary&gt;</span>
        <span style="color: #0600FF; font-weight: bold;">public</span> <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">void</span> CheckHWID<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
        <span style="color: #008000;">&#123;</span>
            <span style="color: #008080; font-style: italic;">// String I'm making for comparison</span>
            <span style="color: #6666cc; font-weight: bold;">string</span> cpuID <span style="color: #008000;">=</span> GetProcessorID<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #6666cc; font-weight: bold;">string</span> setting <span style="color: #008000;">=</span> Properties<span style="color: #008000;">.</span><span style="color: #0000FF;">Settings</span><span style="color: #008000;">.</span><span style="color: #0600FF; font-weight: bold;">Default</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CPUHWID</span><span style="color: #008000;">.</span><span style="color: #0000FF;">ToString</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span>cpuID <span style="color: #008000;">!=</span> setting<span style="color: #008000;">&#41;</span>
            <span style="color: #008000;">&#123;</span>
                Console<span style="color: #008000;">.</span><span style="color: #0000FF;">WriteLine</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Your HWID isn't in the database, quitting in 5 seconds&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                Console<span style="color: #008000;">.</span><span style="color: #0000FF;">Beep</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                Thread<span style="color: #008000;">.</span><span style="color: #0000FF;">Sleep</span><span style="color: #008000;">&#40;</span><span style="color: #FF0000;">5000</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                <span style="color: #008080; font-style: italic;">// You can use the application close but this is a bit more effective and </span>
                <span style="color: #008080; font-style: italic;">// can't be f*d with as easily</span>
&nbsp;
                <span style="color: #008080; font-style: italic;">// hackapplication is this process, not another process.</span>
                <span style="color: #008080; font-style: italic;">// It won't kill anything else than this process!</span>
                Process hackapplication <span style="color: #008000;">=</span> Process<span style="color: #008000;">.</span><span style="color: #0000FF;">GetCurrentProcess</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span> hackapplication<span style="color: #008000;">.</span><span style="color: #0000FF;">Kill</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #008000;">&#125;</span>
        <span style="color: #008000;">&#125;</span>
&nbsp;
        <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">void</span> Main<span style="color: #008000;">&#40;</span><span style="color: #6666cc; font-weight: bold;">string</span><span style="color: #008000;">&#91;</span><span style="color: #008000;">&#93;</span> args<span style="color: #008000;">&#41;</span>
        <span style="color: #008000;">&#123;</span>
            Console<span style="color: #008000;">.</span><span style="color: #0000FF;">WriteLine</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Welcome to mach_kernel's generic HWID protection example!!&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Console<span style="color: #008000;">.</span><span style="color: #0000FF;">WriteLine</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Your CPUID:&quot;</span> <span style="color: #008000;">+</span> GetProcessorID<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            CheckHWID<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Console<span style="color: #008000;">.</span><span style="color: #0000FF;">WriteLine</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Console<span style="color: #008000;">.</span><span style="color: #0000FF;">WriteLine</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Your computer was found in the HWID Database!&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Console<span style="color: #008000;">.</span><span style="color: #0000FF;">ReadLine</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
        <span style="color: #008000;">&#125;</span>
    <span style="color: #008000;">&#125;</span>
<span style="color: #008000;">&#125;</span></pre></td></tr></table></div>

<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=270" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=270</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MenaceNeedle 1.0</title>
		<link>http://inerdtech.com/?p=256</link>
		<comments>http://inerdtech.com/?p=256#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:14:07 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=256</guid>
		<description><![CDATA[Well hello everyone, chances have it that I&#8217;m now involved with a Game Hacking forum and I (David/mach_kernel) decided to make a public release for them; I noticed that all the most common DLL injectors make AntiVirus programs shit bricks at a very high rate so I decided to make an undetectable (to AV and [...]]]></description>
			<content:encoded><![CDATA[<p>Well hello everyone, chances have it that I&#8217;m now involved with a Game Hacking forum and I (David/mach_kernel) decided to make a public release for them;</p>
<p>I noticed that all the most common DLL injectors make AntiVirus programs shit bricks at a very high rate so I decided to make an undetectable (to AV and game) DLL injector.</p>
<p style="text-align: center;"><img class="aligncenter" title="MenaceNeedle. Inject!" src="http://i46.tinypic.com/14iiwer.jpg" alt="" width="707" height="249" /></p>
<p><strong>Features:</strong></p>
<ul>
<li>Easy to use User Interface</li>
<li>Smart Inject (find process ID rather than inject by process name)</li>
</ul>
<p><strong>Instructions:</strong></p>
<ol>
<li>Launch application</li>
<li>Click find and browse to hacked DLL</li>
<li>Launch Combat Arms and Push Inject!</li>
</ol>
<p>Happy Hacking Everyone!</p>
<p><a href="http://inerdtech.com/wp-content/uploads/2010/02/MenaceNeedle.exe">Windows Binary &#8211; .NET 3.5</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=256" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=256</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bada-bing, Forums Completed</title>
		<link>http://inerdtech.com/?p=252</link>
		<comments>http://inerdtech.com/?p=252#comments</comments>
		<pubDate>Sun, 21 Feb 2010 06:20:51 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=252</guid>
		<description><![CDATA[I think I was pretty damned determined this night, enjoy everybody. The forums are up, you should be able to post and everything, shoot a post in feedback if something&#8217;s wrong.]]></description>
			<content:encoded><![CDATA[<p>I think I was pretty damned determined this night, enjoy everybody. The forums are up, you should be able to post and everything, shoot a post in feedback if something&#8217;s wrong.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=252" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shoutbox Added!</title>
		<link>http://inerdtech.com/?p=249</link>
		<comments>http://inerdtech.com/?p=249#comments</comments>
		<pubDate>Sun, 21 Feb 2010 05:36:47 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=249</guid>
		<description><![CDATA[Hello everybody, As you all know I&#8217;ve been busy here and there, always on the prowl to make things better or subjectivly worse, but then again that&#8217;s neither here nor there. If you look to your left, you&#8217;ll find a new ShoutBox, just click on it to activate and type in a message. Remember that [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everybody,</p>
<p>As you all know I&#8217;ve been busy here and there, always on the prowl to make things better or subjectivly worse, but then again that&#8217;s neither here nor there. If you look to your left, you&#8217;ll find a new ShoutBox, just click on it to activate and type in a message. Remember that you have to be logged in to drop a message off, so why don&#8217;t ya?</p>
<p>Have fun as always,</p>
<p>David</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=249" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=249</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Coming to Beta?</title>
		<link>http://inerdtech.com/?p=221</link>
		<comments>http://inerdtech.com/?p=221#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:22:02 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=221</guid>
		<description><![CDATA[I&#8217;m one of those people that literally just made the switch to Windows 7, and actually started to enjoy it. This morning I was crawling the web and guess what I found? Yeah, that&#8217;s right, there are various rumors that there will be a Windows 8 beta release coming sooner than you&#8217;ll imagine. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m one of those people that literally <em>just</em> made the switch to Windows 7, and actually started to enjoy it.</p>
<p>This morning I was crawling the web and guess what I found? Yeah, that&#8217;s right, there are various rumors that there will be a Windows 8 beta release coming sooner than you&#8217;ll imagine.</p>
<blockquote><p>If you had been impressed of how  user-friendly and comprehensive Windows 7 is, wait until you have  installed the Windows 8 in your personal computer! It is the newest  operating system from Microsoft and since they have just actually  launched the Windows 7 in 2009, you might start wondering what was wrong  with the 7th version? Nothing was wrong, it is just that the company is  trying to figure out the most convenient and comprehensive operating  system to match the fast paced technology, as well as the demands of its  users.</p>
<div>
<p>Still, there are so many speculations going  around the informational technology world. Rumors have it that a new  operating system is also in the making, while some are looking forward  to another. What is clear is that Microsoft is unveiling the Windows 8  soon and the Mobile Windows 7 during the Mobile World Congress in  Barcelona. A Mobile Windows 7 press conference on February 15 will be  hosted by CEO Steve Ballmer at exactly 9 AM ET.</p>
</div>
</blockquote>
<p><a href="http://www.waleg.com/techgadgets/archives/018613.html">Source</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=221" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=221</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetTool Updated to 1.1</title>
		<link>http://inerdtech.com/?p=139</link>
		<comments>http://inerdtech.com/?p=139#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:12:19 +0000</pubDate>
		<dc:creator>mach_kernel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[1.1]]></category>
		<category><![CDATA[epic win]]></category>
		<category><![CDATA[nettool]]></category>
		<category><![CDATA[updated]]></category>

		<guid isPermaLink="false">http://inerdtech.com/?p=139</guid>
		<description><![CDATA[It&#8217;s been a productive week if I don&#8217;t say so myself. I&#8217;ve gotten feedback from what people said about NetTool and I&#8217;ve fixed up a few kinks. There were a few bugs in the way the interface behaved, and there were a few bugs in the algorithm. Secondly, I believe that some of the options [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a productive week if I don&#8217;t say so myself.</p>
<p>I&#8217;ve gotten feedback from what people said about NetTool and I&#8217;ve fixed up a few kinks. There were a few bugs in the way the interface behaved, and there were a few bugs in the algorithm. Secondly, I believe that some of the options were unclear. So:</p>
<p>Changelog:</p>
<p>1. Changed interface to recognize the difference between keys sent!</p>
<p>2. Fixed the NBT options (one of em were broken surprisingly)</p>
<p>3. Changed &#8220;Master&#8221; option to &#8220;Automatic&#8221; and noted that auto didn&#8217;t do NetSock and TCP/IP stack changes.</p>
<div id="attachment_142" class="wp-caption alignnone" style="width: 160px"><a href="http://inerdtech.com/wp-content/uploads/2010/02/capture.jpg"><img class="size-thumbnail wp-image-142" title="NetTool1.1" src="http://inerdtech.com/wp-content/uploads/2010/02/capture-150x150.jpg" alt="I think I wet myself" width="150" height="150" /></a><p class="wp-caption-text">I think I wet myself</p></div>
<p>Binary: <a href="http://inerdtech.com/wp-content/uploads/2010/02/nettool.exe">http://inerdtech.com/wp-content/uploads/2010/02/nettool.exe</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://inerdtech.com/?p=139" target="_blank"><img src="http://inerdtech.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://inerdtech.com/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
