<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>SP2 causes problems! in Security</title>
<link>http://www.dslreports.com/forum/r13164313</link>
<description></description>
<language>en</language>
<pubDate>Fri, 04 Dec 2009 03:55:00 EDT</pubDate>
<lastBuildDate>Fri, 04 Dec 2009 03:55:00 EDT</lastBuildDate>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13165980</link>
<description><![CDATA[<A HREF="/useremail/u/340145"><b>Steve</b></A> : <div class="bquote"><SMALL>said by H3lpme:</SMALL><br><br>Apparently, applications compressed with this application doesn't work flawlessly on SP2.. good to know, they work 100% on SP1 though..</DIV>This smells like the application is trying to execute a data page, which is impacted by SP2's Data Execution Protection.<br><br>I'd imagine that self-unpackers allocate a big chunk of memory with either <B>HeapAlloc()</B> or <B>VirtualAlloc()</B>, unpack the data into it, then jump into the entry point. But with DEP, stack and data pages aren't executable, so I think they'd need to use <B>VirtualProtect()</B> to explicitly mark the pages executable.<br><br>I think it's also possible to disable DEP on a per-application basis.<br><br><A HREF="http://support.microsoft.com/default.aspx/kb/875352">A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2</A><br><br>Steve<br><SMALL>--<br>Stephen J. Friedl • Unix Wizard • Microsoft Security MVP • Tustin, California USA • <A HREF="http://www.unixwiz.net">my web site</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13165980</guid>
<pubDate>Thu, 14 Apr 2005 00:44:53 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13165743</link>
<description><![CDATA[<A HREF="/useremail/u/615773"><b>hpguru</b></A> : <div class="bquote"><SMALL>said by H3lpme:</SMALL><br><br>I always compress my binaries with teLock... </DIV>Things that make you go Hmmmm...<br><SMALL>--<br><B><A HREF="http://www.hosts-file.net/">Get hpHOSTS!</A> Member <A HREF="http://a-sap.org/">ASAP</A></B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13165743</guid>
<pubDate>Thu, 14 Apr 2005 00:08:14 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164742</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : I just solved it! <br><br>I always compress my binaries with teLock, and this is what caused my misery! <br><br>Apparently, applications compressed with this application doesn't work flawlessly on SP2.. good to know, they work 100% on SP1 though..<br><br>Thanks for the help!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164742</guid>
<pubDate>Wed, 13 Apr 2005 22:21:26 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164592</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Thanks a lot for that Steve! =) <br><br>However, I just now realized something; <br><br>The application does work, if executed or registered manually (there's also one dll) <br><br>When I execute them from my NSIS installer, nothing happens, nothing.. <br><br>So I guess there's nothing wrong with the source.. perhaps it will work with inno setup :) <br><br>Really weird anyway, I've been banging my head for hours trying to figure this one out <br><br>Thanks!! ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164592</guid>
<pubDate>Wed, 13 Apr 2005 22:06:31 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164529</link>
<description><![CDATA[<A HREF="/useremail/u/340145"><b>Steve</b></A> : <div class="bquote"><SMALL>said by h3lpme:</SMALL><br><br>Perhaps you know of some place where I can read about what functions are blocked? </DIV>It's not so much about API functions are blocked, but some insecure behaviors are. RPC, self-modifying code, as well as some kinds of network activity. This is not an exhaustive list.<br><br>I'm a Win32 developer; if you care to send me the source, I'd be glad to take a look and offer some pointers as to what might be causing you grief. I have SP1 and SP2 systems right in front of me. steve@unixwiz.net<br><br>Steve<br><SMALL>--<br>Stephen J. Friedl • Unix Wizard • Microsoft Security MVP • Tustin, California USA • <A HREF="http://www.unixwiz.net">my web site</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164529</guid>
<pubDate>Wed, 13 Apr 2005 21:59:58 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164502</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Thanks for the fest reply guys! <br><br>Well, there's mainly 2 application that doesn't work.. NOTHING happens when I execute then, nothing.. <br><br>They are written in C++ (MS Visual Studio 6).<br><br>I'm not that good of a coder, and have no experience of debugging really.. but well, then I know that some application simply doesn't work, huh.. <br><br>Perhaps you know of some place where I can read about what functions are blocked? <br><br>THANKS a lot!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164502</guid>
<pubDate>Wed, 13 Apr 2005 21:56:47 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164402</link>
<description><![CDATA[<A HREF="/useremail/u/340145"><b>Steve</b></A> : Generally speaking, SP2 only really breaks applications that were coded insecurely in the first place, so it's a fair bet that your app needs a bit of tuning up.<br><br>What's it written in? Do you have a debugging channel (via OutputDebugString) that you could use to look for API failures?<br><br>Steve<br><SMALL>--<br>Stephen J. Friedl • Unix Wizard • Microsoft Security MVP • Tustin, California USA • <A HREF="http://www.unixwiz.net">my web site</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164402</guid>
<pubDate>Wed, 13 Apr 2005 21:44:07 EDT</pubDate>
</item>

<item>
<title>Re: SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164335</link>
<description><![CDATA[<A HREF="/useremail/u/522726"><b>parputt</b></A> : Many older apps. do not work with SP2.  If memory serves correct there is a warning given about this prior to install.  Sorry, but you should have read the fine print.<br><SMALL>--<br>"The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants."   --  Thomas Jefferson</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164335</guid>
<pubDate>Wed, 13 Apr 2005 21:36:57 EDT</pubDate>
</item>

<item>
<title>SP2 causes problems!</title>
<link>http://www.dslreports.com/forum/remark,13164313</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Hi everybody! <br><br>I just recently installed SP2, and all of a sudden, several programs doesn't work. <br><br>I have this little application that I have coded that sits in the tray and provide favorite link, now this application just wont work: <br><br>When I try to install it, it doesn't create any registry entry  in /run, and it doesn't even start a process.. <br><br>When I execute it, nothing happens..<br><br>What could this be??<br><br>It works great on my SP1 machine, and on several other machines I have tried. <br><br>Please help...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13164313</guid>
<pubDate>Wed, 13 Apr 2005 21:34:32 EDT</pubDate>
</item>

</channel>
</rss>
