<?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>EntBlog &#187; Hacking</title>
	<atom:link href="http://entland.homelinux.com/blog/category/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://entland.homelinux.com/blog</link>
	<description>Code, 3D, Games, Linux and much more...</description>
	<lastBuildDate>Tue, 28 Jul 2009 19:58:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacker&#8217;s Delight</title>
		<link>http://entland.homelinux.com/blog/2008/11/04/hackers-delight/</link>
		<comments>http://entland.homelinux.com/blog/2008/11/04/hackers-delight/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 02:56:00 +0000</pubDate>
		<dc:creator>ent</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://entland.homelinux.com/blog/?p=114</guid>
		<description><![CDATA[
Hacker&#8217;s Delight
Author: Henry S. Warren, Jr.
Pages: 306
Published: 2003
You may think that I have become obsessed with books about hacking but this book is totally different from any of the others. In this book the term hacker is meant in the traditional sense (before the negative definition was popularized) of someone interested in understanding how things [...]]]></description>
			<content:encoded><![CDATA[<div class="img-shadow"><a href="http://www.amazon.com/dp/0201914654/ref=nosim?tag=ent0c-20"><img src="http://entland.homelinux.com/images/books/HackersDelight.png" alt="Hacker's Delight book image"/></a></div>
<p><strong>Hacker&#8217;s Delight<br />
Author: Henry S. Warren, Jr.<br />
Pages: 306<br />
Published: 2003</strong></p>
<p>You may think that I have become obsessed with <a href="http://entland.homelinux.com/blog/2008/05/10/the-art-of-intrusion/">books about hacking</a> but this book is totally different from any of the others. In this book the term hacker is meant in the traditional sense (before the negative definition was popularized) of someone interested in understanding how things work and how to solve problems efficiently. Although the hacker term can be applied to whatever domain, in this book the domain is computing technology.</p>
<p>&#8216;Hacker&#8217;s Delight&#8217; is a book about bits and small programming tricks applied to machines. With &#8217;small&#8217; I mean that you won&#8217;t find here a description of the Merge sort or Radix sort but, for example, you will learn to determine in constant time if an integer is a power of two or not.</p>
<p>In more that 300 pages and with a mixture of pseudo assembler and C you will find all kind of tricks for arithmetic bounds, counting bits, searching bits, multiplications, elementary functions, floating point, etc. Even wondered if the base2 used by computers is the most efficient? This question and a lot more are covered in this book.</p>
<p>Although the book is a little bit oriented towards compiler developers, every &#8216;real&#8217; programmer can get a huge benefit from reading and thoroughly understanding this book.</p>
<p>I read this book on several flights and really enjoyed this little gem book of tricks. I would definitely recommend to have it in your bookshelf.</p>
<p><strong>Rating: 8 / 10</strong></p>
<div class="clearer"></div>
]]></content:encoded>
			<wfw:commentRss>http://entland.homelinux.com/blog/2008/11/04/hackers-delight/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The Art of Intrusion</title>
		<link>http://entland.homelinux.com/blog/2008/05/10/the-art-of-intrusion/</link>
		<comments>http://entland.homelinux.com/blog/2008/05/10/the-art-of-intrusion/#comments</comments>
		<pubDate>Sat, 10 May 2008 17:48:16 +0000</pubDate>
		<dc:creator>ent</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://entland.homelinux.com/blog/?p=97</guid>
		<description><![CDATA[
The Art of Intrusion
Author: Kevin D. Mitnick &#038; William L. Simon
Pages: 349
Published: 2005
Kevin Mitnick is one of the most famous hackers in the world. In the 80&#8217;s he was able to break the most secured systems and computers getting lot of private information. In 1995, with lot of controversy, he was arrested. 
After five years [...]]]></description>
			<content:encoded><![CDATA[<div class="img-shadow"><a href="http://www.amazon.com/dp/0764569597/ref=nosim?tag=ent0c-20"><img src="http://entland.homelinux.com/images/books/TheArtOfIntrusion.png" alt="The Art of Intrusion book image"/></a></div>
<p><strong>The Art of Intrusion<br />
Author: Kevin D. Mitnick &#038; William L. Simon<br />
Pages: 349<br />
Published: 2005</strong></p>
<p><a href="http://en.wikipedia.org/wiki/Kevin_Mitnick">Kevin Mitnick</a> is one of the most famous hackers in the world. In the 80&#8217;s he was able to break the most secured systems and computers getting lot of private information. In 1995, with lot of controversy, he was arrested. </p>
<p>After five years in prison and as a logical maturation process, he changed sides and became a computer security consultant. A &#8220;white&#8221; hacker.</p>
<p>This book is about &#8220;real&#8221; hacking stories that have been contrasted by Mitnick himself. Although all the stories are presented as real, all the relevant details are altered so that nobody can try the same hack again. </p>
<p>This book got to my hands, months ago, while I was in a library. A first look at the book revealed interesting technical details of each episode and lots of external web links with more information. So I decided to buy it. This book can be perfectly read by a person without computer knowledge although the book is targeted to techy readers.</p>
<p>The book is structured in ten episodes about hacking, cracking, phreaking and social engineering. Some stories are greatly exaggerated to be believable (for example, I think that the story about social engineering is absolutely 100% fiction) but others (like the one about cracking) are incredible believable with lots of technical information about the details. It is hard to believe that those details are being invented. Working in a big Video-Game Studio (at least when I wrote this article), one detail that made me smile was in the episode about cracking. In that chapter the hacker being interviewed reveals that their team was successfully able to break most of the big Video-Game companies. Probably there are lots of fantasy elements in all of this, but my intuition tells me that there is something real under the hood&#8230;</p>
<p>The book is very easy to read and if you have spare time I recommend it. Probably I will read the book Mitnick wrote before this: <a href="http://www.amazon.com/dp/0471237124/ref=nosim?tag=ent0c-20">The Art of Deception</a>. It is getting quite good reviews.</p>
<p><strong>Rating: 7 / 10</strong></p>
<div class="clearer"></div>
]]></content:encoded>
			<wfw:commentRss>http://entland.homelinux.com/blog/2008/05/10/the-art-of-intrusion/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Linux in NintendoDS</title>
		<link>http://entland.homelinux.com/blog/2006/03/08/linux-in-nintendods/</link>
		<comments>http://entland.homelinux.com/blog/2006/03/08/linux-in-nintendods/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 23:28:29 +0000</pubDate>
		<dc:creator>ent</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Videogames]]></category>

		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/03/08/linux-in-nintendods/</guid>
		<description><![CDATA[I bought a SuperCard for my NintendoDS. I will be playing with the free SDK for the next weeks. Investigating the DS Scene I discovered DSLinux: a linux distribution for Nintento DS. You can&#8217;t do great things at the moment (I have been unable to mount the SD card nor connect to my router using [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a <a href="http://eng.supercard.cn/">SuperCard</a> for my NintendoDS. I will be playing with the <a href="http://www.devkitpro.org/">free SDK</a> for the next weeks. Investigating the DS Scene I discovered <a href="http://www.dslinux.org/">DSLinux</a>: a linux distribution for Nintento DS. You can&#8217;t do great things at the moment (I have been unable to mount the SD card nor connect to my router using then WiFi connection) but the project is friki enough to be commented. <img src='http://entland.homelinux.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<table align="center">
<tr>
<td>
<div class="img-shadow"><img src="http://entland.homelinux.com/images/DSLinux.jpg"/></div>
</td>
</tr>
<div class="clearer"></div>
</table>
]]></content:encoded>
			<wfw:commentRss>http://entland.homelinux.com/blog/2006/03/08/linux-in-nintendods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking the Xbox360&#8217;s HDD</title>
		<link>http://entland.homelinux.com/blog/2006/02/17/hacking-the-xbox360s-hdd/</link>
		<comments>http://entland.homelinux.com/blog/2006/02/17/hacking-the-xbox360s-hdd/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 00:33:00 +0000</pubDate>
		<dc:creator>ent</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://entland.homelinux.com/blog/?p=61</guid>
		<description><![CDATA[I was bored tonight, and after discovering the Xplorer360 I decided to plug the xbox360&#8217;s HDD I bought months ago into my PC.

These are the things you will need if you want to do it:

Torx #6 and Torx #10 Screw Drivers
A PC motherboard supporting HDD SATA connection

The first 4 screws are removed using the T6 [...]]]></description>
			<content:encoded><![CDATA[<p>I was bored tonight, and after discovering the <a href="http://www.360gamesaves.com/">Xplorer360</a> I decided to plug the xbox360&#8217;s HDD I bought months ago into my PC.</p>
<p><span id="more-61"></span></p>
<p>These are the things you will need if you want to do it:</p>
<ul>
<li>Torx #6 and Torx #10 Screw Drivers</li>
<li>A PC motherboard supporting HDD SATA connection</li>
</ul>
<p>The first 4 screws are removed using the T6 screwdriver. One of the four screws is covered with a Microsoft Logo. Removing this screw will make you lose the warranty.</p>
<p><img src="http://entland.homelinux.com/images/xboxhdd/Step0.jpg" class="center" alt="" /></p>
<p>The next 4 screws can be removed with the T10 screwdriver.</p>
<p><img src="http://entland.homelinux.com/images/xboxhdd/Step1.jpg" class="center" alt="" /></p>
<p>You almost got it. Now, remove the attached SATA adaptor form the HD and slide it.</p>
<p><img src="http://entland.homelinux.com/images/xboxhdd/Step2.jpg" class="center" alt="" /></p>
<p>You got it, the HDD (my unit is manufactured by Samsung) is really small.</p>
<p><img src="http://entland.homelinux.com/images/xboxhdd/Step3.jpg" class="center" alt="" /></p>
<p>The only step that remains is to connect the HDD to your motherboard using a standard power and data SATA cable.</p>
<p><img src="http://entland.homelinux.com/images/xboxhdd/Step4.jpg" class="center" alt="" /></p>
<p>And now, you are ready to start using <a href="http://www.360gamesaves.com/">Xplorer360</a> to explore the HDD. I was interested in this to extract my PGR3 photos. If you are trying this to copy original games, live arcade games or even copy achievements from other accounts, forget it: that information is not stored (thanks to God) here.</p>
<p>If you discover something interesting, don&#8217;t hesitate to make it <a href="http://www.xbox-scene.com/">public</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entland.homelinux.com/blog/2006/02/17/hacking-the-xbox360s-hdd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
