Projects tagged ‘elf’ and ‘linux’


[7 total ]

1 Users

mkelfImage is a utility to create ELF boot images from Linux kernel images.
Created 5 months ago.

0 Users

The Leaf project has been moved to here Late last year my wiki stopped working, I have tried to get it fixed but have been unsuccessful. So I was forced to start a new project at ... [More] http://code.google.com/p/leafre/ I will eventually delete this google project, so update your links :) [Less]
Created 11 months ago.

0 Users

It's used as the back-end code generator for a compiler. It generates opcodes for FreeBSD and Linux, based on the i386 architecture. I'm building two separated projects. One for Linux and one for ... [More] FreBSD. The Linux project is available under the LGPL v2 license due to the use of the LibELF library and the FreeBSD project is available under the new BSD style license. News5 September 2008 I've published an article explaining how to create step by step the skeleton of an ELF relocatable object file using the libelf library. You can read the article at http://knol.google.com/k/roberto-garca-lpez/creating-elf-relocatable-object-files/1ohwel4gqkcn2/3# [Less]
Created 12 months ago.

0 Users

ELF文件格式分析器,不仅提供readelf工具的功能,还提供基于gtk+的图形界面,使操作更加方便,容易。
Created 3 months ago.

0 Users

greadelfThis is a GUI interface to eu-readelf available under linux. Optionally it also uses elfinfo written by me.(ashok dot s dot das at gmail dot com. What it isThis Wrapper just displays the Out ... [More] put of the elfinfo/eu-readelf on to GUI depending on the Options passed. Currently it uses gtk_text_view widget. There are developement going on to display on gtk_tree_view(list store). The next step after that will be to incorporate sorting on a particular column. I need your contribution ( CODE ofcourse ) [Less]
Created 11 months ago.

0 Users

Pstrmem: can be used to print printable characters found in the mapped memory of a running process, to dump it's memory or wait and monitor signals all of this without causing the process to ... [More] terminate. It will iterate over the mapped memory of the process /proc/pid/maps and reading a memory region according to some specified swithes, after that calling callback functions to operate on the peeked data. Monitor signals: Error signals, Termination signals, ... For: GNU/Linux (x86-32). UPDATE: working on a new version: bugs correction, plugins support, ... [Less]
Created 8 months ago.

0 Users

elf infoThis is a very minimal elf parser to display the sections and symbols in an ELF file. How it worksThis is a very simple ELF parser. It doesn't use libelf . This first checks the Elf Header ... [More] , And depending on the Information available it process the elf file and displays the info. It may not work on sstriped ELFs, because this is dependent on SHDR(section headers). One might modify it to use PHDRs. Need your Code contribution [Less]
Created 11 months ago.