<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Hackvertor fuzzing tool</title>
	<atom:link href="http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Thu, 20 Nov 2008 21:31:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1006</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Wed, 19 Dec 2007 09:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1006</guid>
		<description>Should be much faster now :D</description>
		<content:encoded><![CDATA[<p>Should be much faster now <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1005</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Tue, 18 Dec 2007 22:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1005</guid>
		<description>Fixed the duplicate notices and now it should be much faster :) also added a extra form field for easy copy n paste instead of alerts.</description>
		<content:encoded><![CDATA[<p>Fixed the duplicate notices and now it should be much faster <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> also added a extra form field for easy copy n paste instead of alerts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1004</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Tue, 18 Dec 2007 19:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1004</guid>
		<description>Hmmmm thanks I'll look into that</description>
		<content:encoded><![CDATA[<p>Hmmmm thanks I&#8217;ll look into that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Ternary Li</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1003</link>
		<dc:creator>Master Ternary Li</dc:creator>
		<pubDate>Tue, 18 Dec 2007 17:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1003</guid>
		<description>It appears to be working fine beyond ascii-land now.   

I think there's some looping problem with the output window... it displays:
Character:8
Character:8Character:9
Character:8Character:9Character:10
Character:8Character:9Character:10
Character:8Character:9Character:10
Character:8Character:9Character:10Character:13
...
I removed (some) new lines chars and the Input: line to keep it short.</description>
		<content:encoded><![CDATA[<p>It appears to be working fine beyond ascii-land now.   </p>
<p>I think there&#8217;s some looping problem with the output window&#8230; it displays:<br />
Character:8<br />
Character:8Character:9<br />
Character:8Character:9Character:10<br />
Character:8Character:9Character:10<br />
Character:8Character:9Character:10<br />
Character:8Character:9Character:10Character:13<br />
&#8230;<br />
I removed (some) new lines chars and the Input: line to keep it short.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1002</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Tue, 18 Dec 2007 16:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1002</guid>
		<description>Whoo hoo fixed!</description>
		<content:encoded><![CDATA[<p>Whoo hoo fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1001</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Tue, 18 Dec 2007 14:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/12/18/hackvertor-fuzzing-tool/#comment-1001</guid>
		<description>Humph...String.Replace doesn't support the full unicode character set, when using high unicode numbers it results in a javascript error :( anyone any ideas on how to use higher numbers in unicode with String.Replace? 

If it's not possible I'll just have to match the string another way.</description>
		<content:encoded><![CDATA[<p>Humph&#8230;String.Replace doesn&#8217;t support the full unicode character set, when using high unicode numbers it results in a javascript error <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> anyone any ideas on how to use higher numbers in unicode with String.Replace? </p>
<p>If it&#8217;s not possible I&#8217;ll just have to match the string another way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
