Re: [DynInst_API:] BPatch_binaryEdit openBinary crashing

2015-02-06 Thread Aleksandar Nikolic
Ah, I see. Thanks for a quick response. Keep up the good work. On 02/06/2015 11:36 PM, Bill Williams wrote: > On 02/06/2015 04:20 PM, Aleksandar Nikolic wrote: >> Hello list, >> >> >> I've been trying to use Dyninst to instrument a binary on Windows 7. >> There are some problems I'm having and I

Re: [DynInst_API:] BPatch_binaryEdit openBinary crashing

2015-02-06 Thread Bill Williams
On 02/06/2015 04:20 PM, Aleksandar Nikolic wrote: Hello list, I've been trying to use Dyninst to instrument a binary on Windows 7. There are some problems I'm having and I was wondering if it's a bug or I am doing something wrong. No, and not exactly. Windows binary rewriting is not supported,

[DynInst_API:] BPatch_binaryEdit openBinary crashing

2015-02-06 Thread Aleksandar Nikolic
Hello list, I've been trying to use Dyninst to instrument a binary on Windows 7. There are some problems I'm having and I was wondering if it's a bug or I am doing something wrong. What follows are some details. I've built Dyninst 8.2.1 on Windows 7 (32bit) with VS2010 and SDK 7.1, with boost a

[DynInst_API:] TLS-based trampguard patch

2015-02-06 Thread Bill Williams
As per discussion earlier this week, here's an initial implementation of TLS-based trampguards. It is not yet pushed to master; I've tested it locally but it has not been through serious cross-platform validation yet. Treat as experimental. This should (mostly) obviate our hard-coded thread li