Projects tagged ‘elf’


[38 total ]

0 Users

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

0 Users

Estrutura dos arquivos elf para telefone Sony Ericsson
Created 12 months ago.

0 Users

Virginix is an OS written in a combination of C and assembly. It is made for an X86 architecture, it currently runs in 32 bit protected mode with segmented memory (Though eventually paging will be ... [More] supported). It will be extremely highly modulated. The plan is to eventually support PE and ELF executables. The kernel will be loaded from disk by a custom bootloader (virginix bootloader). Note: The project name is meant to be virginix but virginix was unavailable fro some reason eventhough the search did show up any projects with similar names, so I had to change it to v-i-r-g-i-n-i-x-os (it also refused virginix-os) [Less]
Created 12 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

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 12 months ago.

0 Users

a MMIX assemly language compiler, output the 64bit ELF format object file.
Created 11 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.

0 Users

This project involves in the creation of a loader for running ELF Applications on Motorola Mobile Phones powered by M*Core processors and it a part of the newXera Project ran by flash.tato and ... [More] theC0r3. The core of the ELF Loader is almost done, now we are involved in optimizing it. If you want to download the project sources, check our repository. To DoMaking it easily portable to other firmwares/phones Finding all functions (now the most important are present) Completing the SDK Are you interested in porting Rainbow ELF Loader to other firmwares/phones?We are glad to see someone interested in our work, but we have to remember you to read carefully the license (http://www.opensource.org/licenses/mit-license.php) and that we aren't forced to give support for derivative work. [Less]
Created 12 months ago.

0 Users

Разработка эльфов для OS Synergy на телефоны Motorola.
Created 11 months ago.

0 Users

Features: Flow control tree graph Raw Disassembled code pseudocode transformation From statically linked Stripped ELF32
Created 3 months ago.