[tor-bugs] #20439 [Applications/Tor Browser]: The firefox binary in Tor Browser on OSX is not PIE
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Oct 23 23:20:08 UTC 2016
#20439: The firefox binary in Tor Browser on OSX is not PIE
------------------------------------------+----------------------
Reporter: boklm | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------------------+----------------------
`otool -hv` says that the firefox binary from Tor Browser on OSX is not
PIE:
{{{
$ otool -hv firefox
firefox:
Mach header
magic cputype cpusubtype caps filetype ncmds sizeofcmds
flags
MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 22 2752
NOUNDEFS DYLDLINK TWOLEVEL BINDS_TO_WEAK
}}}
While on the firefox binary from Mozilla, it says this:
{{{
$ otool -hv /Volumes/Firefox/Firefox.app/Contents/MacOS/firefox
/Volumes/Firefox/Firefox.app/Contents/MacOS/firefox:
Mach header
magic cputype cpusubtype caps filetype ncmds sizeofcmds
flags
MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 22 2744
NOUNDEFS DYLDLINK TWOLEVEL BINDS_TO_WEAK PIE
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20439>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list