Re: [DynInst_API:] ParseAPI and PE files

2014-04-17 Thread Bill Williams
On 04/17/2014 11:08 AM, E.Robbins wrote: On 17/04/2014 16:40 PM Bill Williams wrote: Oh. One other thing--if you're trying to analyze PE files on Linux, that's not presently going to work. It might be possible, if you have a Linux system with the necessary Windows headers present and you know of

Re: [DynInst_API:] ParseAPI and PE files

2014-04-17 Thread E.Robbins
On 17/04/2014 16:40 PM Bill Williams wrote: > Oh. One other thing--if you're trying to analyze PE files on Linux, > that's not presently going to work. It might be possible, if you have a > Linux system with the necessary Windows headers present and you know of > a replacement for the debug SDK, to

Re: [DynInst_API:] ParseAPI and PE files

2014-04-17 Thread E.Robbins
cs.wisc.edu] on behalf of E.Robbins [er...@kent.ac.uk] Sent: 16 April 2014 12:13 To: dyninst-api@cs.wisc.edu Subject: [DynInst_API:] ParseAPI and PE files Hi, we are trying to use the ParseAPI with PE files. Even with the simple example in the ParseAPI manual, we get an error: [SymtabCodeSource.

Re: [DynInst_API:] ParseAPI and PE files

2014-04-17 Thread E.Robbins
∗sts = new SymtabCodeSource(binary_path); Ed From: Dyninst-api [dyninst-api-boun...@cs.wisc.edu] on behalf of E.Robbins [er...@kent.ac.uk] Sent: 16 April 2014 12:13 To: dyninst-api@cs.wisc.edu Subject: [DynInst_API:] ParseAPI and PE files Hi, we are trying to use the Par

Re: [DynInst_API:] ParseAPI and PE files

2014-04-17 Thread Bill Williams
On 04/16/2014 06:13 AM, E.Robbins wrote: Hi, we are trying to use the ParseAPI with PE files. Even with the simple example in the ParseAPI manual, we get an error: [SymtabCodeSource.C] FATAL: can't create Symtab object for file It appears that the SymtabCodeSource does not like PE files. Is t

[DynInst_API:] ParseAPI and PE files

2014-04-16 Thread E.Robbins
Hi, we are trying to use the ParseAPI with PE files. Even with the simple example in the ParseAPI manual, we get an error: [SymtabCodeSource.C] FATAL: can't create Symtab object for file It appears that the SymtabCodeSource does not like PE files. Is this a known issue, and/or is there a work