[tor-bugs] #25483 [Obfuscation/Snowflake]: Windows reproducible build of snowflake

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Mar 26 19:32:00 UTC 2018


#25483: Windows reproducible build of snowflake
-----------------------------------+------------------------
 Reporter:  arlolra                |          Owner:  (none)
     Type:  project                |         Status:  new
 Priority:  Medium                 |      Milestone:
Component:  Obfuscation/Snowflake  |        Version:
 Severity:  Normal                 |     Resolution:
 Keywords:                         |  Actual Points:
Parent ID:  #19001                 |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+------------------------

Comment (by arlolra):

 > steps to reproduce will follow

 From https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
 Choose "MSEdge on Win10 (x64) Stable" for "VirtualBox"

 Install Visual Studio Community from https://www.visualstudio.com/free-
 developer-offers/
 While installing, from the Workloads, choose "Universal Windows Platform
 development", for the Windows 10 SDK, and "Desktop development with C++"
 for DIA SDK

 Install git for Windows from https://git-scm.com/downloads for git bash

 Install python 2.7 for Windows from
 https://www.python.org/downloads/windows/

 Open Git Bash and put python in the path

 {{{
 $ echo "export PATH=/c/Python27:$PATH" > ~/.bash_profile
 $ source ~/.bash_profile
 }}}

 Clone depot_tools with `git clone
 https://chromium.googlesource.com/chromium/tools/depot_tools.git`

 And then run the packager,

 {{{
 $ cd depot_tools/win_toolchain/
 $ python package_from_installed.py -w 10 2017
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/25483#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list