<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Reverse engineering a Max collective, is it possible?</title>
		<atom:link href="http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:58:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-35989</guid>
					<title><![CDATA[Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-35989</link>
					<pubDate>Fri, 22 Feb 2008 11:13:01 +0000</pubDate>
					<dc:creator>chaostheory</dc:creator>

					<description>
						<![CDATA[
						<p>Soon I will be performing a piece of my own that will be manipulated live using a MaxMSP patch. Because I don&#8217;t want to reload the patch between the rehearsal and the performance (i.e. keep it running on the computer) I thought of creating an application so my work is &#8216;protected&#8217;.</p>
<p>I will be using a public computer and I don&#8217;t mind if people take the application, but I am very hesitant to show the coding behind it so very early on after its completion. Therefore, if I create a collective application I would just like to know if it possible to reverse engineer the .mxo collective (contained package contents) such that someone could view and edit the source code?</p>
<p>Also, I am using the MacOS version of MaxMSP.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123261</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123261</link>
					<pubDate>Fri, 22 Feb 2008 16:38:00 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>short answer: no.<br />
long answer: if you&#8217;re nuts enough to attempt it, you&#8217;d have to reverse engineer the mxo file format. this would likely involve a LOT of testing. you&#8217;d write a simple patch, compile it to an mxo, and examine the result. then you&#8217;d modify the patch slightly and do the same thing. then you compare the two for differences. then you try varying other parameters.<br />
so&#8230; unless you&#8217;re very very very obsessive and good at this sort of thing (as in you have experience working with the underlying stucture of various file formats), the answer is no.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123262</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123262</link>
					<pubDate>Fri, 22 Feb 2008 17:01:45 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>> long answer: if you&#8217;re nuts enough to attempt it, you&#8217;d have to  <br />
> reverse engineer the mxo file format.</p>
<p>A .mxo file is an external binary. I assume you mean .mxf.</p>
<p>Actually, I doubt that the .mxf format is that complex: it&#8217;s designed  <br />
for convenience, not for security. I&#8217;ve never looked at it, but  <br />
wouldn&#8217;t be surprised to find it no more complicated than TAR or ZIP.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
<a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
<a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123263</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123263</link>
					<pubDate>Fri, 22 Feb 2008 17:27:15 +0000</pubDate>
					<dc:creator>jasch</dc:creator>

					<description>
						<![CDATA[
						<p>years ago, there was an explanation on how to achieve this by mr.  <br />
ziccharelli himself. it&#8217;s probably still in the mc gill max-list  <br />
archives somewhere. that being said, the best way to make sure that  <br />
even a reverse engineered mxf-collective doesn&#8217;t work is to add some  <br />
custom c-code to the soup.</p>
<p>/*j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123264</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123264</link>
					<pubDate>Fri, 22 Feb 2008 17:38:39 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: jasch wrote on Fri, 22 February 2008 12:27<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> years ago, there was an explanation on how to achieve this by mr.  <br />
> ziccharelli himself. it&#8217;s probably still in the mc gill max-list  <br />
> archives somewhere. that being said, the best way to make sure that  <br />
> even a reverse engineered mxf-collective doesn&#8217;t work is to add some  <br />
> custom c-code to the soup.<br />
> <br />
> /*j<br />
> <br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>even then, if you were particularly crazy, you could write a program that exports functions with the same signatures as any detected max runtime calls, and then relink the binary external and have the program output the results of all calls to max functions, by which you could figure out pretty much everything that goes on in the setup function&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123265</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123265</link>
					<pubDate>Fri, 22 Feb 2008 17:59:45 +0000</pubDate>
					<dc:creator>Olivier Pasquet</dc:creator>

					<description>
						<![CDATA[
						<p>> by which you could figure out pretty much everything that goes on  <br />
in the setup function&#8230;<br />
< And why not some mlp for guessing the output without thinking about  <br />
the external function ? :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123266</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123266</link>
					<pubDate>Fri, 22 Feb 2008 19:32:03 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>As far as I remember from earlier threads the format of collectives and <br />
stand-alones is now encrypted.</p>
<p>Best,<br />
Trond</p>
<p>Nick Rothwell wrote:<br />
>> long answer: if you&#8217;re nuts enough to attempt it, you&#8217;d have to <br />
>> reverse engineer the mxo file format.<br />
> <br />
> A .mxo file is an external binary. I assume you mean .mxf.<br />
> <br />
> Actually, I doubt that the .mxf format is that complex: it&#8217;s designed <br />
> for convenience, not for security. I&#8217;ve never looked at it, but wouldn&#8217;t <br />
> be surprised to find it no more complicated than TAR or ZIP.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123267</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123267</link>
					<pubDate>Fri, 22 Feb 2008 19:46:48 +0000</pubDate>
					<dc:creator>chaostheory</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks all. Just a bit of peace of mind really!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123268</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123268</link>
					<pubDate>Fri, 22 Feb 2008 20:42:27 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>
On 22 Feb 2008, at 19:32, Trond Lossius wrote:</p>
<p>> As far as I remember from earlier threads the format of collectives  <br />
> and stand-alones is now encrypted.</p>
<p>Ooh, I don&#8217;t think so.</p>
<p>I just compared Emacs dumps of a patcher in binary with a collective  <br />
built from it. Apart from some predictable topping and tailing, they  <br />
look pretty much identical.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
<a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
<a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123269</guid>
					<title><![CDATA[Re: Reverse engineering a Max collective, is it possible?]]></title>
					<link>http://cycling74.com/forums/topic/reverse-engineering-a-max-collective-is-it-possible/#post-123269</link>
					<pubDate>Tue, 26 Feb 2008 09:51:28 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Chris Robson schrieb:<br />
> I will be using a public computer and I don&#8217;t mind if people take the<br />
> application, but I am very hesitant to show the coding behind it so<br />
> very early on after its completion.</p>
<p>I wouldn&#8217;t worry at all about that, usually the amount of work necessary <br />
to only understand how you patched it, even with sources, is more work <br />
than repatching the same thing&#8230;</p>
<p>Just look at the time you needed to create it, the amount of knowledge <br />
you have about your own piece. Imagine someone who would want to steal <br />
it&#8230; I can&#8217;t imagine that&#8230; He would have to put more work into it <br />
than you did&#8230;</p>
<p>I made my Ondes Memorielles for example just for myself. Even if I would <br />
publish the sources, nobody would be able to play them the way I do, I <br />
doubt anybody would use them as they are. To make something publicly <br />
usefull requires not only some, but a lot of extra work, usually more <br />
than was necessary to make it into a personal instrument&#8230;</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

