<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>peachfuzz Google Group</title>
  <link>http://groups.google.com/group/peachfuzz</link>
  <description>Peach is a cross-platform fuzzing framework written in Python. Peaches main goals include: short development time, code reuse, ease of use, flexability. Peach can fuzz just about anything from COM/ActiveX, SQL, shared libraries/DLL&amp;#39;s, network applications, web, you name it.</description>
  <language>en</language>
  <item>
  <title>Re: [Peach] unknown recive packet size</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/f41d2299837758c4?show_docid=f41d2299837758c4</link>
  <description>
  You can do this by using &amp;lt;Choice&amp;gt;, a typical setup might look like this: &lt;br&gt; &lt;p&gt;&amp;lt;!-- First we will define the generic version of our message packet. --&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;DataModel name=&amp;quot;GenericPacket&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Block name=&amp;quot;MsgHeader&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Number name=&amp;quot;MsgType&amp;quot; size=&amp;quot;8&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;Number name=&amp;quot;DataSize&amp;quot; size=&amp;quot;32&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Relation type=&amp;quot;size&amp;quot; of=&amp;quot;Data&amp;quot; /&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/f41d2299837758c4?show_docid=f41d2299837758c4</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Thu, 26 Nov 2009 12:52:20 UT
</pubDate>
  </item>
  <item>
  <title>unknown recive packet size</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/79575360ac9b8801?show_docid=79575360ac9b8801</link>
  <description>
  Hi &lt;br&gt; i&#39;m testing a custom protocol and i have a complex flow that when i &lt;br&gt; recive a packet it could be one of 3 types of packets and all 3 are &lt;br&gt; not the same size. &lt;br&gt; now i have a MSG_HEADER that it size is constant (4 bytes) but all the &lt;br&gt; rest of the packet structure is diffrent for each packet &lt;br&gt; The question is how can i get a packet to my correct data module ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/79575360ac9b8801?show_docid=79575360ac9b8801</guid>
  <author>
  shai.sarf...@googlemail.com
  (shai.sarfaty@googlemail.com)
  </author>
  <pubDate>Thu, 26 Nov 2009 08:51:57 UT
</pubDate>
  </item>
  <item>
  <title>Publisher, FileperIteration</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/b2295991c0ad0476/5fa5dc53c998471a?show_docid=5fa5dc53c998471a</link>
  <description>
  Is there a simple way to have that publisher not to start from zero. &lt;br&gt; If one would parellel file creation, same filenames would be &lt;br&gt; generated. But if the test number were used each file would be unique. &lt;br&gt; &lt;p&gt;I thought of a simple way to customize it by giving the publisher some &lt;br&gt; additional parameters (in the pitfile) but then I would need to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/b2295991c0ad0476/5fa5dc53c998471a?show_docid=5fa5dc53c998471a</guid>
  <author>
  kenta...@gmail.com
  (Kent Persson)
  </author>
  <pubDate>Fri, 20 Nov 2009 12:36:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Agent WindowsDebugEngine exception</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/ed8750ffa149e830?show_docid=ed8750ffa149e830</link>
  <description>
  Robert, &lt;br&gt; &lt;p&gt;Looks like this is a bug bug in the 2.3 series. I&#39;ll post out a new &lt;br&gt; build today that should resolve it. &lt;br&gt; &lt;p&gt;As a workaround you can have Peach launch the program by using &lt;br&gt; &amp;quot;CommandLine&amp;quot; instead of &amp;quot;ProcessName.&amp;quot; This also has the advantage &lt;br&gt; of allowing Peach to restart the program if it crashes and continue
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/ed8750ffa149e830?show_docid=ed8750ffa149e830</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Wed, 18 Nov 2009 23:35:30 UT
</pubDate>
  </item>
  <item>
  <title>Agent WindowsDebugEngine exception</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/46023dd1bf4fbafc?show_docid=46023dd1bf4fbafc</link>
  <description>
  Running the latest binary version of peach, I get this error after &lt;br&gt; connecting to the peach agent running on a WinXP SP2 VM, configured &lt;br&gt; like so: &lt;br&gt; &lt;p&gt;&amp;lt;Agent name=&amp;quot;LocalAgent&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Monitor class=&amp;quot;debugger.WindowsDebugEn gine&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Param name=&amp;quot;ProcessName&amp;quot; value=&amp;quot;myprocess.exe&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;/Monitor&amp;gt; &lt;br&gt; &amp;lt;/Agent&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/46023dd1bf4fbafc?show_docid=46023dd1bf4fbafc</guid>
  <author>
  rer...@gmail.com
  (robert)
  </author>
  <pubDate>Wed, 18 Nov 2009 23:10:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in comtypes?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5b2f928ab2fabcb1?show_docid=5b2f928ab2fabcb1</link>
  <description>
  Sent you a mail with screenshots and some additional info! &lt;br&gt; &lt;p&gt;/K
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5b2f928ab2fabcb1?show_docid=5b2f928ab2fabcb1</guid>
  <author>
  kenta...@gmail.com
  (Kent Persson)
  </author>
  <pubDate>Mon, 16 Nov 2009 13:34:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in comtypes?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5c997e86c08b9e17?show_docid=5c997e86c08b9e17</link>
  <description>
  I will ASAP ;-) &lt;br&gt; &lt;p&gt;Reverted to snapshot earlier, so let me install again... &lt;br&gt; &lt;p&gt;thx for your effort... &lt;br&gt; &lt;p&gt;/K
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5c997e86c08b9e17?show_docid=5c997e86c08b9e17</guid>
  <author>
  kenta...@gmail.com
  (Kent Persson)
  </author>
  <pubDate>Mon, 16 Nov 2009 12:36:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Re: Bug in comtypes?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/4bce4b80c2facbf7?show_docid=4bce4b80c2facbf7</link>
  <description>
  Huh, thats super odd. My dev environment is actually in a VM, so I&#39;m &lt;br&gt; guessing it&#39;s not directly related. &lt;br&gt; &lt;p&gt;Could you post the last 20-50 lines from the agent window? &lt;br&gt; &lt;p&gt;mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/4bce4b80c2facbf7?show_docid=4bce4b80c2facbf7</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Mon, 16 Nov 2009 12:12:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Re: How to Troubleshoot pit files hanging during mutation?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/e5a0caa52c0e8ea9?show_docid=e5a0caa52c0e8ea9</link>
  <description>
  Mk, so that all looks fine. Looks like your not setup to read a file &lt;br&gt; into your pit so you won&#39;t see any debugging info about parsing it :) &lt;br&gt; &lt;p&gt;Grab that &amp;lt;Action&amp;gt; code I had in my email and add that to your state &lt;br&gt; mode to read in a file and you will see the parsing debugging infoz. &lt;br&gt; &lt;p&gt;mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/e5a0caa52c0e8ea9?show_docid=e5a0caa52c0e8ea9</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Mon, 16 Nov 2009 11:11:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in comtypes?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/d1a02c58d39a7213?show_docid=d1a02c58d39a7213</link>
  <description>
  Works on like a charm on a physical box. When I try to run it on a &lt;br&gt; virtual machine it halts forever. &lt;br&gt; &lt;p&gt;Had it running there for two hours. No signs of any CPU activity in &lt;br&gt; taskmanager (for any process but Idle Process). &lt;br&gt; &lt;p&gt;Will there be a new Setup.exe released? &lt;br&gt; &lt;p&gt;/Kenta
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/d1a02c58d39a7213?show_docid=d1a02c58d39a7213</guid>
  <author>
  kenta...@gmail.com
  (Kent Persson)
  </author>
  <pubDate>Mon, 16 Nov 2009 09:28:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Re: How to Troubleshoot pit files hanging during mutation?</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/ffafa5a9a0c93618?show_docid=ffafa5a9a0c93618</link>
  <description>
  here&#39;s what I get using the --debug arg: &lt;br&gt; &lt;p&gt;C:\peach&amp;gt;peach -1 --debug c:\labs\pie\pie_dumb.xml &lt;br&gt; &lt;p&gt;] Peach 2.3.1 DEV Runtime &lt;br&gt; ] Copyright (c) Michael Eddington &lt;br&gt; &lt;p&gt;[*] Performing single iteration &lt;br&gt; [*] Starting run &amp;quot;DefaultRun&amp;quot; &lt;br&gt; [-] Test: &amp;quot;TheTest&amp;quot; (None) &lt;br&gt; [1:?:?] Running test with mutator N/A &lt;br&gt; StateEngine.run: TheState
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/ffafa5a9a0c93618?show_docid=ffafa5a9a0c93618</guid>
  <author>
  till.salzge...@gmail.com
  (- -)
  </author>
  <pubDate>Mon, 16 Nov 2009 08:59:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Re: Peach 2.3.2</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/f7f076426513c323?show_docid=f7f076426513c323</link>
  <description>
  Yup, loggers should also be fine :) &lt;br&gt; &lt;p&gt;mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/f7f076426513c323?show_docid=f7f076426513c323</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Sun, 15 Nov 2009 02:43:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Peach 2.3.2</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/7219d03daab7eb64?show_docid=7219d03daab7eb64</link>
  <description>
  How about custom loggers? &lt;br&gt; &lt;p&gt;Thanx for pointing this out Mike! &lt;br&gt; &lt;p&gt;/Kenta
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/7219d03daab7eb64?show_docid=7219d03daab7eb64</guid>
  <author>
  kenta...@gmail.com
  (Kent Persson)
  </author>
  <pubDate>Sat, 14 Nov 2009 18:22:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Peach] Re: Peach 2.3.2</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/1f8f4e574acf9992?show_docid=1f8f4e574acf9992</link>
  <description>
  That&#39;s fine. Just as an FYI- Unless you are modifying the core code you &lt;br&gt; can add additional Publishers, custom types, Fixups, Monitors, etc. with &lt;br&gt; out changing any code in the Peach tree. Just create a new file &lt;br&gt; (mystuff.py) and then use the &amp;lt;PythonPath&amp;gt; and &amp;lt;Import&amp;gt; statements in &lt;br&gt; your pit file to include the code. This also works with the binary version.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/1f8f4e574acf9992?show_docid=1f8f4e574acf9992</guid>
  <author>
  medding...@gmail.com
  (Michael Eddington)
  </author>
  <pubDate>Sat, 14 Nov 2009 15:35:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Peach 2.3.2</title>
  <link>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/8430a6f5d39fe96d?show_docid=8430a6f5d39fe96d</link>
  <description>
  thanks for your quick reply! I prefer to use the dependencies version, &lt;br&gt; causes, I can add my own function in it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/8430a6f5d39fe96d?show_docid=8430a6f5d39fe96d</guid>
  <author>
  gui.gui1...@hotmail.com
  (gui)
  </author>
  <pubDate>Sat, 14 Nov 2009 15:29:31 UT
</pubDate>
  </item>
  </channel>
</rss>
