|
From: John R. <jr...@bi...> - 2017-08-31 11:11:16
|
>> None of that is it real reason I didn't pursue it, though. The real reason >> is address space layout randomization. Because different libraries get loaded >> at different addresses in subsequent runs, > > Duh. What I meant is "because *the same* library gets loaded at different .." Apply 'prelink' to [a copy of] each shared library, specifying the particular address at which the library was loaded when the VEX translation was performed. -- |