<?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>Skypher &#187; C/C++</title>
	<atom:link href="http://skypher.com/index.php/category/languages/cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Sat, 19 Nov 2011 22:09:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testival released</title>
		<link>http://skypher.com/index.php/2010/01/11/testival-released/</link>
		<comments>http://skypher.com/index.php/2010/01/11/testival-released/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:48:40 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Assembler]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Shellcode]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=364</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>During shellcode development, it makes sense to have a program that can easily load your shellcode at a controlable location, allows you to set registers and memory to certain values and execute the shellcode by setting <TT>EIP</TT> through a <TT>RET</TT> or <TT>CALL</TT> instruction.</p>
<p>The <a href="http://code.google.com/p/testival/">Testival</a> project aims to do all those things and more: it also allows you to test ret-into-libc attacks, set the type of memory allocation you want (<TT>RWE</TT> flags, etc&#8230;), report exceptions in your code to stdout as well as load DLLs to test shellcode in <TT>DllMain</TT>.</p>
<p>Testival is used by <a href="http://code.google.com/p/alpha3/">ALPHA3</a> for automatically testing if all the en-/decoders work.</p>
<p>Testival requires <a href="http://code.google.com/p/skybuild/">SkyBuild</a> to automatically build all files.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/01/11/testival-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SkyBuild released</title>
		<link>http://skypher.com/index.php/2010/01/02/skybuild-released/</link>
		<comments>http://skypher.com/index.php/2010/01/02/skybuild-released/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 13:51:47 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Assembler]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=315</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p><strong>SkyBuild</strong> is a simple build system written in Python that I created to be able to build my source codes in various environments without having to figure out what compilers are installed and having to manually execute them with the right flags and figure out dependencies. It&#8217;s similar to &#8220;<em>make</em>&#8221; in many ways. It&#8217;s used by a number of my private projects and because I plan to publish them soon, I am releasing SkyBuild so you can actually compile my projects should you want to.</p>
<p>SkyBuild also includes <strong>py2cmd</strong>, which can be used to convert a .py script to a .cmd script (that runs itself as a Python script using <em>python.exe</em>. This saves you having to type &#8220;<em>.py</em>&#8221; after the name of the script. I myself use it to convert &#8220;<em>build.py</em>&#8221; to &#8220;<em>build.cmd</em>&#8220;, so I can just type &#8220;<em>build</em>&#8221; to build my projects.</p>
<p>SkyBuild is hosted on Google code <a href="http://code.google.com/p/skybuild/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/01/02/skybuild-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

