<html><head></head><body>Regarding implementing Marionette.<br>
<br>
It's a great project and a great way to use fte! Worked on a fork of it called layerprox a while ago , however, here is my question: Marionette has a dsl that you write "formats" in that generates traffic patterns, is the idea to randomly switch between these formats or use the same all the time ? Also is the formats automatically gonna be updated ? <br>
<br>
Take care <br>
/flipchan <br>
<br>
Ps<br>
<br>
<br>
I'm sorry for awnsering all emails in this thread (my email client is not the greatest)<br><br><div class="gmail_quote">On July 24, 2018 8:48:22 PM UTC, tor-dev-request@lists.torproject.org wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Send tor-dev mailing list submissions to<br>  tor-dev@lists.torproject.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>     https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev<br>or, via email, send a message with subject or body 'help' to<br>   tor-dev-request@lists.torproject.org<br><br>You can reach the person managing the list at<br> tor-dev-owner@lists.torproject.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of tor-dev digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Ready to Integrate/Review New Marionette Version into Tor<br>      (John Helmsen)<br>   2. Re: Ready to Integrate/Review New Marionette Version into Tor<br>      (David Fifield)<br>   3. Re: Ready to Integrate/Review New Marionette Version into Tor<br>      (John Helmsen)<br>   4. Re: Ready to Integrate/Review New Marionette Version into Tor<br>      (David Fifield)<br>   5. Re: Proposal 295: Using the ATL construction for relay<br>      cryptography (solving the crypto-tagging attack) (Taylor Yu)<br><br><br><hr><br><br>Message: 1<br>Date: Tue, 24 Jul 2018 11:42:08 -0400<br>From: John Helmsen <john.helmsen@redjack.com><br>To: John Helmsen <john.helmsen@redjack.com>,<br>    tor-dev@lists.torproject.org, ahf@0x90.dk, Ben Johnson<br>        <benbjohnson@yahoo.com><br>Subject: Re: [tor-dev] Ready to Integrate/Review New Marionette<br>        Version into Tor<br>Message-ID:<br> <CAFtdMkhH+jDVLcQXp1X1Ot=5t_bVrs5oeCaLJp93On3-AUvj1w@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>David,<br><br>Thank you, I have created the ticket as #26920.<br><a href="https://trac.torproject.org/projects/tor/ticket/26920#ticket.">https://trac.torproject.org/projects/tor/ticket/26920#ticket.</a>  Having<br>downloaded the git project, it seems that this work cannot be performed on<br>a Mac, since it doesn't run 'runc'.  Is that right?<br><br>Ben,<br><br>I am currently trying to create a virtual machine using Ubuntu 16.04 for<br>development.  Unless I am mistaken, this work cannot be done on a Mac.<br>Please do the same, so that we can put this thing to bed.<br><br><br>On Mon, Jul 23, 2018 at 10:05 PM, David Fifield <david@bamsoftware.com><br>wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> On Fri, Jul 20, 2018 at 04:12:21PM -0400, John Helmsen wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> We are in the process of writing the documentation for Marionette, but<br></blockquote> the<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> documentation on the web page should be sufficient for at least getting<br></blockquote> a full<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> evaluation started.  We'd like to have the evaluation complete by the<br></blockquote> end of<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> next month, hopefully the middle of next month, and stand ready to make<br></blockquote> any and<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> all changes necessary.<br><br> A full set of documentation will also be written for designing your own<br> protocols.  This is in process.<br><br> Please let us know what you need.<br></blockquote><br> The Tor Browser developers may have more specific requests, but I can<br> suggest some steps to get started.<br><br> Open a ticket at <a href="https://trac.torproject.org/">https://trac.torproject.org/</a> for discussion and to<br> track progress.<br>         Type: project<br>         Component: Applications/Tor Browser<br>         Keywords: marionette<br> The old ticket for FTE is a good reference: <a href="https://bugs.torproject.org/">https://bugs.torproject.org/</a><br> 10362<br><br> And then it would help if you port your build process to the Tor Browser<br> build system. General information:<br> <a href="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking">https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking</a><br> First, just build<br>         git clone <a href="https://git.torproject.org/">https://git.torproject.org/</a><br> builders/tor-browser-build.git<br>         cd tor-browser-build<br>         git checkout tbb-8.0a9-build3<br>         make testbuild # or, e.g., testbuild-linux-x86_64<br> Then you'll have to add a new project (consisting of a "build" and<br> "config" file) for Marionette and each of its dependencies. You can copy<br> from existing projects as templates. Here is the meek project, for<br> example:<br> <a href="https://gitweb.torproject.org/builders/tor-browser-build.">https://gitweb.torproject.org/builders/tor-browser-build.</a><br> git/tree/projects/meek<br> You'll also need to add bridge lines to:<br> <a href="https://gitweb.torproject.org/builders/tor-browser-build.">https://gitweb.torproject.org/builders/tor-browser-build.</a><br> git/tree/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js<br> To build just one project, not an entire release, do e.g.:<br>         rbm/rbm build gmp --target testbuild --target<br> torbrowser-linux-x86_64<br>         rbm/rbm build marionette --target testbuild --target<br> torbrowser-linux-x86_64</blockquote><br><br><br></pre></blockquote></div><br>
-- <br>
Take Care Sincerely flipchan layerprox dev</body></html>