<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Disitool</title>
	<atom:link href="http://blog.didierstevens.com/programs/disitool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:23:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48555</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 10:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48555</guid>
		<description><![CDATA[@Andrew That means that your test.exe is not a valid executable, pefile can&#039;t read the header. You&#039;ll need to obtain a valid copy.]]></description>
		<content:encoded><![CDATA[<p>@Andrew That means that your test.exe is not a valid executable, pefile can&#8217;t read the header. You&#8217;ll need to obtain a valid copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Eustance</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48554</link>
		<dc:creator><![CDATA[Andrew Eustance]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 10:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48554</guid>
		<description><![CDATA[Hi,
I ran the command and it came back with the following error

pefile.PEFormatError: &#039;Unable to read the DOS Header, possibly a truncated file.

Can you advise

Andy]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I ran the command and it came back with the following error</p>
<p>pefile.PEFormatError: &#8216;Unable to read the DOS Header, possibly a truncated file.</p>
<p>Can you advise</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48552</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48552</guid>
		<description><![CDATA[@Andrew OK, so the program executes correctly. Say you want to remove the digital signature from c:\test.exe. Then you issue this command: disitool.py delete test.exe test2.exe
File test.exe will remain untouched, and test2.exe is a new file without the signature.]]></description>
		<content:encoded><![CDATA[<p>@Andrew OK, so the program executes correctly. Say you want to remove the digital signature from c:\test.exe. Then you issue this command: disitool.py delete test.exe test2.exe<br />
File test.exe will remain untouched, and test2.exe is a new file without the signature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Eustance</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48551</link>
		<dc:creator><![CDATA[Andrew Eustance]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48551</guid>
		<description><![CDATA[Hi,
I have placed the disitool.py file on C:, ran the command disitool.py form the command prompt with the disitool.py usage command options and a list of commands that can be ran follows.

Andy]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have placed the disitool.py file on C:, ran the command disitool.py form the command prompt with the disitool.py usage command options and a list of commands that can be ran follows.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48550</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48550</guid>
		<description><![CDATA[@Andrew Did you run that from cmd.exe? Start cmd.exe from the start menu, CD to the directory where you downloaded disitool.py, and type disitool.py.]]></description>
		<content:encoded><![CDATA[<p>@Andrew Did you run that from cmd.exe? Start cmd.exe from the start menu, CD to the directory where you downloaded disitool.py, and type disitool.py.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Eustance</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48549</link>
		<dc:creator><![CDATA[Andrew Eustance]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48549</guid>
		<description><![CDATA[Hi,
the response I got back was
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    disitool.py
NameError: name &#039;disitool&#039; is not defined
I am running the software on a Windows 7 32 bit laptop, Python v2.7.2 has been installed and the &#039;pefile&#039; module was loaded in the gui from the file menu.  Then the Disitool module was loaded and ran in the same manner.  All the files have been added to the C:\Python27\Lib folder.
Andy]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
the response I got back was<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    disitool.py<br />
NameError: name &#8216;disitool&#8217; is not defined<br />
I am running the software on a Windows 7 32 bit laptop, Python v2.7.2 has been installed and the &#8216;pefile&#8217; module was loaded in the gui from the file menu.  Then the Disitool module was loaded and ran in the same manner.  All the files have been added to the C:\Python27\Lib folder.<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48548</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48548</guid>
		<description><![CDATA[@Andrew Did you get to run the program? Go to the command line and type disitool.py. What output do you get?]]></description>
		<content:encoded><![CDATA[<p>@Andrew Did you get to run the program? Go to the command line and type disitool.py. What output do you get?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Eustance</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-48547</link>
		<dc:creator><![CDATA[Andrew Eustance]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-48547</guid>
		<description><![CDATA[Hi, I am new to Python and am unsure as to where to place the exe file I am working on and the syntax used to recreate the exe without the digital signature.  Could you advise?

Many Thanks

Andy]]></description>
		<content:encoded><![CDATA[<p>Hi, I am new to Python and am unsure as to where to place the exe file I am working on and the syntax used to recreate the exe without the digital signature.  Could you advise?</p>
<p>Many Thanks</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-41750</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 15:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-41750</guid>
		<description><![CDATA[@Ricardo No, my tool is for AuthentiCode signed PE files only.]]></description>
		<content:encoded><![CDATA[<p>@Ricardo No, my tool is for AuthentiCode signed PE files only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Schmidt</title>
		<link>http://blog.didierstevens.com/programs/disitool/#comment-41749</link>
		<dc:creator><![CDATA[Ricardo Schmidt]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 14:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/programs/disitool/#comment-41749</guid>
		<description><![CDATA[Hello Didier,

Does your tool can be used to make a java .jar file be digested with other RSA-SHA1 output? I mean, I have no access to original .jar, but I have .jad that comes with MIDlet-Certificate-1-1 and MIDlet-Jar-RSA-SHA1, and I have my own .jar that needs to have the same MIDlet-Jar-RSA-SHA1 to be authenticated with that certificate. 
The problem is that I am in an secured envoirment that need signed applications only, but I cannot sign them.]]></description>
		<content:encoded><![CDATA[<p>Hello Didier,</p>
<p>Does your tool can be used to make a java .jar file be digested with other RSA-SHA1 output? I mean, I have no access to original .jar, but I have .jad that comes with MIDlet-Certificate-1-1 and MIDlet-Jar-RSA-SHA1, and I have my own .jar that needs to have the same MIDlet-Jar-RSA-SHA1 to be authenticated with that certificate.<br />
The problem is that I am in an secured envoirment that need signed applications only, but I cannot sign them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

