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

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Oct 2 04:33:21 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:     
-------------------------+--------------------------------------------------

Comment(by rransom):

 By the time your code can run VirtualAlloc, every DLL that your program
 was linked to at build time has already been loaded, so this can't
 randomize their addresses.  The only DLLs Tor loads at runtime are system
 DLLs, which should support real ASLR.

 This piece of code cannot help us.

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


More information about the tor-bugs mailing list