![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Editing file | rahul303 | Shell Programming and Scripting | 4 | 09-23-2007 07:49 PM |
| Editing File using awk/sed | Mohammed | Shell Programming and Scripting | 4 | 05-16-2007 08:00 AM |
| Editing the File using Awk | awk_beginner | Shell Programming and Scripting | 3 | 04-06-2007 07:43 AM |
| Help with editing file | dsravan | Shell Programming and Scripting | 4 | 01-31-2007 10:59 AM |
| File editing using awk | rinku11 | Shell Programming and Scripting | 2 | 11-23-2006 08:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
editing ELF file
Hello,
This is not exactly relevant to Linux kernel but I'm gonna ask any way. Is there any way I can modify a 64-bit ELF object file to make it look like 32-bit ELF object file and link it (using `ld`) with 32-bit ELF file? I tried libelf but was unsuccessful. I had this pretty link http://people.freebsd.org/~jkoshy/do...f/article.html from Freebsd website and it seems like the libelf library on Freebsd system is not similar to that on Linux system as it complained for "vis.h" headerfile and few library calls such as `elf_setshstrndx()` Any suggestions? Thanks :-) /tejas |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Just a thought, could you try dissassembling it and then re-assemble/re-link?
|
|||
| Google The UNIX and Linux Forums |