Open derekbruening opened 9 years ago
From qin.zhao@gmail.com on April 12, 2011 12:40:34
The issue is mostly fixed by revision 724 . We keep this issue open till the code is better tested and more robust.
From qin.zhao@gmail.com on April 12, 2011 15:02:43
We resolve this issue in revision 718 by mangling the application's memory reference via FS/GS. For example, for instruction: mov [%fs:0x10] => %rax, we can change it to mov app-fs-base => %rax mov [%rax, 0x10] => %rax
There are 3 areas to be handled:
There are some corner cases are not handled yet, including
From derek.br...@gmail.com on April 02, 2009 23:10:32
this was PR 205276: use fs/gs segment transparently on linux
we do not currently handle an app that uses the segment register we do (the one that pthreads does not use). that means we will have issues w/ wine.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=107