[tor-bugs] #4152 [Tor Relay]: Implement Bottom Up Randomization (Windows platform)

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Oct 2 00:04:20 UTC 2011


#4152: Implement Bottom Up Randomization (Windows platform)
-------------------------+--------------------------------------------------
 Reporter:  bastik       |          Owner:     
     Type:  enhancement  |         Status:  new
 Priority:  normal       |      Milestone:     
Component:  Tor Relay    |        Version:     
 Keywords:               |         Parent:     
   Points:               |   Actualpoints:     
-------------------------+--------------------------------------------------
Changes (by nickm):

  * component:  - Select a component => Tor Relay


Comment:

 Is there not real actual ASLR that we can use?  Is this the best we can do
 on Windows?

 It couldn't hurt to try something like this, though.  We should use
 MEM_RESERVE, not MEM_COMMIT, as noted in the comments there.

 Also, we absolutely shouldn't use srand()/rand() to get the offset.

 I'm throwing this into one of the Tor components for now; if we get it
 working, we can make a new ticket for doing it in Vidalia, etc.

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


More information about the tor-bugs mailing list