search for: mr511

Displaying 3 results from an estimated 3 matches for "mr511".

Did you mean: r511
2007 Jun 28
0
Problem with dom0cut.py
...Error: section isn''t found    It looks to me that there are 2 different releases of libelf out there: [1] and the one with elfutils [3] (and maintained by Redhat !?).    Any clues on how to deal with this issues ? Does re-compiling eu-readelf from source work ? Thanks. [1]: http://www.mr511.de/software/ [2]: http://people.valinux.co.jp/~moriwaka/dumpread/ [3]: http://packages.debian.org/unstable/libs/libelf1 Regards, Levin Want to change your life? Find the perfect job with Lycos Jobs. Career Advice. Job Resources & Recommendations. Post your resume & find a job m...
2005 Jun 17
0
[LLVMdev] ELF / COFF Summary
On Wed, 15 Jun 2005, Reid Spencer wrote: > So, here's the plan: > > 1. No reading interface. To have a system agnostic interface for reading > a dynamic library, use System/DynamicLibrary. No plans for reading a > native object file for any kind of examination purpose (at least, not > for a long while). Sounds good. > 2. We will support .so/.dll and .o/.obj file output.
2005 Jun 16
3
[LLVMdev] ELF / COFF Summary
We've had various discussions about ELF/COFF support in LLVM. Here's a summary and action plan. 1. Do we need a "reading" interface? * Reid: No * Alexander: Yes * Chris: No * Jeff: We already have this in lib/System (DynamicLibrary.h) 2. Do we support just .so/.exe or all object formats? * Reid: Just .so/.dll .exe and .o * Alexander: Just