<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for RCE Cafe</title>
	<atom:link href="http://rcecafe.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://rcecafe.net</link>
	<description>Technical insights and opinions by a Developer / Reverse Engineer.</description>
	<lastBuildDate>Sat, 08 Jun 2013 10:43:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by Daniel Pistelli</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13409</link>
		<dc:creator>Daniel Pistelli</dc:creator>
		<pubDate>Sat, 08 Jun 2013 10:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13409</guid>
		<description><![CDATA[Hello Stefan,
please note that the 40 limitation can be changed from the settings, it&#039;s a &#039;security&#039; limitation in order to avoid loading files too large into memory.
Hope this helps
Daniel]]></description>
		<content:encoded><![CDATA[<p>Hello Stefan,<br />
please note that the 40 limitation can be changed from the settings, it&#8217;s a &#8216;security&#8217; limitation in order to avoid loading files too large into memory.<br />
Hope this helps<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by Stefan Achatz</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13377</link>
		<dc:creator>Stefan Achatz</dc:creator>
		<pubDate>Mon, 03 Jun 2013 13:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13377</guid>
		<description><![CDATA[Hi, your tool is my first choice when I have to look into PE file resources. I recently found out the Explorer has a 40MB limitation. Is that intentionally, could this be lifted and is the commercial version limited the same way? I found no info on that on the website.
Thanks
Stefan]]></description>
		<content:encoded><![CDATA[<p>Hi, your tool is my first choice when I have to look into PE file resources. I recently found out the Explorer has a 40MB limitation. Is that intentionally, could this be lifted and is the commercial version limited the same way? I found no info on that on the website.<br />
Thanks<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rebel.NET &amp; Phoenix Protector Update by Daniel Pistelli</title>
		<link>http://rcecafe.net/?p=147&#038;cpage=1#comment-13133</link>
		<dc:creator>Daniel Pistelli</dc:creator>
		<pubDate>Mon, 18 Mar 2013 12:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=147#comment-13133</guid>
		<description><![CDATA[I&#039;m sorry, the project is no longer being developed (and hasn&#039;t been for years). I&#039;m sure you will find more up-to-date solutions which are also free. Thanks anyway for the suggestions.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, the project is no longer being developed (and hasn&#8217;t been for years). I&#8217;m sure you will find more up-to-date solutions which are also free. Thanks anyway for the suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by Daniel Pistelli</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13132</link>
		<dc:creator>Daniel Pistelli</dc:creator>
		<pubDate>Mon, 18 Mar 2013 12:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13132</guid>
		<description><![CDATA[I&#039;ll add this to the TODO list, along with the other suggestions. Right now there&#039;s already a single Zip file, what&#039;s missing is only the INI settings instead of registry.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll add this to the TODO list, along with the other suggestions. Right now there&#8217;s already a single Zip file, what&#8217;s missing is only the INI settings instead of registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rebel.NET &amp; Phoenix Protector Update by Jaenecke</title>
		<link>http://rcecafe.net/?p=147&#038;cpage=1#comment-13120</link>
		<dc:creator>Jaenecke</dc:creator>
		<pubDate>Sun, 10 Mar 2013 18:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=147#comment-13120</guid>
		<description><![CDATA[Hello,

I like your program &quot;NTCore Phoenix Protector&quot; (using version 1.9.01). It&#039; small, fast and free. I use it only for private, because I want to give only some friends my own programs...


Which .Net-Framework version is the really last version now and with which restrictions ?
Do you continue developing this program or make some bug fixes ?

 


Note: I use always .Net-Framework 3.5 in my programs for maximum features, maximum compatibility and minor client installation (Nothing on Win7)

 

There are some things were I have problems (The hardest are in top, lowest in the bottom)

 - Own generics classes like MyClass won&#039;t work correct. I must exclude them, otherwise there are exceptions. Reason: The generic methods uses un-obfuscated members, but can&#039;t find them

 - Windows Forms: Adding resources like Icons or bitmaps and using (loading) them will crash the assembly start

 - When I click the exclusions sometimes they will not be used for obfuscating and my exclusions are not done in the assembly

 - The Project exclusions will not be applied on next use, when the same C# assembly has been changed. They are not in clear text, so that they can be edited. So command line usage doesn&#039;t make sense....


 - A C# project with more than 1 Assembly can&#039;t be obfuscated, when there are sharing DLLs, because your internal obfuscator table seams so start new for every assembly. I must use always ILMerge...
 
Bye Frank (from Hamburg)]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I like your program &#8220;NTCore Phoenix Protector&#8221; (using version 1.9.01). It&#8217; small, fast and free. I use it only for private, because I want to give only some friends my own programs&#8230;</p>
<p>Which .Net-Framework version is the really last version now and with which restrictions ?<br />
Do you continue developing this program or make some bug fixes ?</p>
<p>Note: I use always .Net-Framework 3.5 in my programs for maximum features, maximum compatibility and minor client installation (Nothing on Win7)</p>
<p>There are some things were I have problems (The hardest are in top, lowest in the bottom)</p>
<p> &#8211; Own generics classes like MyClass won&#8217;t work correct. I must exclude them, otherwise there are exceptions. Reason: The generic methods uses un-obfuscated members, but can&#8217;t find them</p>
<p> &#8211; Windows Forms: Adding resources like Icons or bitmaps and using (loading) them will crash the assembly start</p>
<p> &#8211; When I click the exclusions sometimes they will not be used for obfuscating and my exclusions are not done in the assembly</p>
<p> &#8211; The Project exclusions will not be applied on next use, when the same C# assembly has been changed. They are not in clear text, so that they can be edited. So command line usage doesn&#8217;t make sense&#8230;.</p>
<p> &#8211; A C# project with more than 1 Assembly can&#8217;t be obfuscated, when there are sharing DLLs, because your internal obfuscator table seams so start new for every assembly. I must use always ILMerge&#8230;</p>
<p>Bye Frank (from Hamburg)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by robertcollier4</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13098</link>
		<dc:creator>robertcollier4</dc:creator>
		<pubDate>Sun, 03 Feb 2013 04:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13098</guid>
		<description><![CDATA[Can you make CFF Explorer portable? i.e. in a simple ZIP not requiring install. And settings written to a local INI file instead of registry.]]></description>
		<content:encoded><![CDATA[<p>Can you make CFF Explorer portable? i.e. in a simple ZIP not requiring install. And settings written to a local INI file instead of registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by Daniel Pistelli</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13088</link>
		<dc:creator>Daniel Pistelli</dc:creator>
		<pubDate>Mon, 21 Jan 2013 11:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13088</guid>
		<description><![CDATA[Ciao tonino,
ci proverò alla prossima versione! Grazie del suggerimento.
Daniel]]></description>
		<content:encoded><![CDATA[<p>Ciao tonino,<br />
ci proverò alla prossima versione! Grazie del suggerimento.<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The biggest software delusions of the last decade by Juliette Bolton</title>
		<link>http://rcecafe.net/?p=183&#038;cpage=1#comment-13087</link>
		<dc:creator>Juliette Bolton</dc:creator>
		<pubDate>Sun, 20 Jan 2013 08:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=183#comment-13087</guid>
		<description><![CDATA[Windows Phone 7 first debuted on devices two years ago with only around 1,000 applications to begin with. Three years after the iPhone, Microsoft rebooted its mobile efforts in a major way. The user interface was completely changed from Windows Mobile, there was no backwards app compatibility and developers had to code against a Silverlight layer rather than natively build apps and games for Microsoft&#039;s new mobile OS. Microsoft launched Windows Phone with a marketing effort designed to minimize the importance of apps — with ads about smartphone addicts — but it now finds itself reversing on that message and focusing on apps with Windows Phone 8.]]></description>
		<content:encoded><![CDATA[<p>Windows Phone 7 first debuted on devices two years ago with only around 1,000 applications to begin with. Three years after the iPhone, Microsoft rebooted its mobile efforts in a major way. The user interface was completely changed from Windows Mobile, there was no backwards app compatibility and developers had to code against a Silverlight layer rather than natively build apps and games for Microsoft&#8217;s new mobile OS. Microsoft launched Windows Phone with a marketing effort designed to minimize the importance of apps — with ads about smartphone addicts — but it now finds itself reversing on that message and focusing on apps with Windows Phone 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing a bugfix version of CFF Explorer by tonino</title>
		<link>http://rcecafe.net/?p=250&#038;cpage=1#comment-13081</link>
		<dc:creator>tonino</dc:creator>
		<pubDate>Sat, 12 Jan 2013 10:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=250#comment-13081</guid>
		<description><![CDATA[Ciao Daniele, potresti aggiungere la possibilita&#039; di usare i tasti PGup and PGdown nell&#039;hex editor?

Grazie!]]></description>
		<content:encoded><![CDATA[<p>Ciao Daniele, potresti aggiungere la possibilita&#8217; di usare i tasti PGup and PGdown nell&#8217;hex editor?</p>
<p>Grazie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MUI files under the hood by News for version 0.9.0 &#124; Cerbero Blog</title>
		<link>http://rcecafe.net/?p=266&#038;cpage=1#comment-13070</link>
		<dc:creator>News for version 0.9.0 &#124; Cerbero Blog</dc:creator>
		<pubDate>Sat, 22 Dec 2012 21:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=266#comment-13070</guid>
		<description><![CDATA[[...] a short post about MUI resources, validation for them has been added. Also some bug fixes related to resource [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a short post about MUI resources, validation for them has been added. Also some bug fixes related to resource [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
