Location:
Search - ELF BIN
Search list
Description: The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
Platform: |
Size: 9184 |
Author: 肖逸 |
Hits:
Description: 要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。 -to how to distinguish? Implementation utility 'file' (for example, the file / bin / bash) on the right. On the ELF programs, the screen displayed the message may contain the words ELF; If that is unpacked, the message will clamp a Linux/i386 message.
Platform: |
Size: 10240 |
Author: 许 |
Hits:
Description:
\\Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件:
boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。
loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。
kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。
bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。
godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\\Program Files\\Bochs-2.1.1\\ 中。
TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。
*.com 可以在 DOS (必须为纯 DOS) 下运行的文件。
\\Tools: 一些小工具 (在 VC6 下编译通过)
DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。
ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。
FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。
-\\ Tinix : There are many of them attached code directory contains in addition to the source code (*. asm2. *. inc, *. c, *. h), if there are such documents : boot.bin boot (Boot Sector) written by FloppyWriter diskette (or floppy disk image). Loader.bin LOADER direct copy to a diskette (or floppy disk image) root directory. Kernel.bin kernel (Kernel), the direct copying to floppy disk (or floppy disk image) root directory. Bochsrc.bxrc Bochs configuration files, If the system installed Bochs - 2.1.1 can be directly's Double-click operation. Other details, see paragraph 2.7. Godbg.bat debugging can use this batch file. It assumes that Bochs - 2.1.1 installed on the D : \\ Program Files \\ Bochs - 2.1.1 \\ China. TINIX.IMG floppy disk image. Bochs directly or through Virtual PC operation. *
Platform: |
Size: 1298380 |
Author: wonge |
Hits:
Description: (1)基于部分u-boot代码自己调试的vxworks BSP
(2)实现了nand/nor flash的tffs文件系统
(3)实现了对spi dataflash的访问
(4)实现了对启动参数和mac地址的文件保存
(5)通过命令行升级bootrom自身
(6)支持通过命令行实现对elf/bin文件格式的vxworks的下载,升级和引导
(7)实现了atmel的对32Mflash的支持,解决了芯片本身的bug
(8)实现了CPU最小系统SDRAM FLASH 网口 串口的自检操作
(9)实现了针对at91rm9200的外部启动和内部启动的条件编译。在采用内部启动的时候,可由atmel提供的romboot引导。
本代码所有功能由本人调试通过,本站已有at91rm9200的bsp,但是肯定和本版本内容不一样。
Platform: |
Size: 3129809 |
Author: yanyuan |
Hits:
Description: RMI AU1200 BOOTLOADER(autoboot).支持从PCMCIA,IDE,SD,NAND,NOR等加载LINUX或WINCE映像。支持BIN,SREC,ELF
Platform: |
Size: 605838 |
Author: Andy |
Hits:
Description: === ====
关于本光盘
==========
\\Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件:
boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。
loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。
kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。
bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。
godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\\Program Files\\Bochs-2.1.1\\ 中。
TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。
*.com 可以在 DOS (必须为纯 DOS) 下运行的文件。
\\Tools: 一些小工具 (在 VC6 下编译通过)
DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。
ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。
FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。
Platform: |
Size: 1371217 |
Author: 朱昭威 |
Hits:
Description: .elf型文件转换.bin型文件工具
Platform: |
Size: 52274 |
Author: dongzhishan |
Hits:
Description: The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
Platform: |
Size: 9216 |
Author: 肖逸 |
Hits:
Description: 要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。 -to how to distinguish? Implementation utility 'file' (for example, the file/bin/bash) on the right. On the ELF programs, the screen displayed the message may contain the words ELF; If that is unpacked, the message will clamp a Linux/i386 message.
Platform: |
Size: 10240 |
Author: 许 |
Hits:
Description:
\Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件:
boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。
loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。
kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。
bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。
godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\Program Files\Bochs-2.1.1\ 中。
TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。
*.com 可以在 DOS (必须为纯 DOS) 下运行的文件。
\Tools: 一些小工具 (在 VC6 下编译通过)
DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。
ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。
FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。
-\ Tinix : There are many of them attached code directory contains in addition to the source code (*. asm2.*. inc,*. c,*. h), if there are such documents : boot.bin boot (Boot Sector) written by FloppyWriter diskette (or floppy disk image). Loader.bin LOADER direct copy to a diskette (or floppy disk image) root directory. Kernel.bin kernel (Kernel), the direct copying to floppy disk (or floppy disk image) root directory. Bochsrc.bxrc Bochs configuration files, If the system installed Bochs- 2.1.1 can be directly's Double-click operation. Other details, see paragraph 2.7. Godbg.bat debugging can use this batch file. It assumes that Bochs- 2.1.1 installed on the D : \ Program Files \ Bochs- 2.1.1 \ China. TINIX.IMG floppy disk image. Bochs directly or through Virtual PC operation.*
Platform: |
Size: 1665024 |
Author: wonge |
Hits:
Description: RMI AU1200 BOOTLOADER(autoboot).支持从PCMCIA,IDE,SD,NAND,NOR等加载LINUX或WINCE映像。支持BIN,SREC,ELF-RMI AU1200 BOOTLOADER (autoboot). Support for PCMCIA, IDE, SD, NAND, NOR, such as LINUX or WINCE image loaded. Support BIN, SREC, ELF
Platform: |
Size: 606208 |
Author: Andy |
Hits:
Description: === ====
关于本光盘
==========
\Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件:
boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。
loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。
kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。
bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。
godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\Program Files\Bochs-2.1.1\ 中。
TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。
*.com 可以在 DOS (必须为纯 DOS) 下运行的文件。
\Tools: 一些小工具 (在 VC6 下编译通过)
DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。
ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。
FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。-err
Platform: |
Size: 1737728 |
Author: 朱昭威 |
Hits:
Description: DolTool v0.3,DOL/ELF/BIN文件相互转换工具
带源代码
-DolTool v0.3- loser 2003
oO What is a Dol file Oo
a dol file is a gamecube executable file.
when compiling code for gamecube, an elf file is the typical
output file format. the elf file is then converted into a dol file.
a dol file can be thought of as a simplified elf file.
oO So what can this tool do for me? Oo
since the dol file format is a custom format for the gamecube,
there dont exist any tools for manipulating them.
this tool can give you information on a dol file, as well as
being able to convert between the dol format and other more
common formats. this tool can do the following conversions:
elf-> dol
dol-> elf
bin-> dol
dol-> bin
oO Source code Oo
the source code to this tool has been included due to requests
from ppl in the scene who wish to either port this tool or see
how it works, or improve it :)
i initially had high hopes on making the source code easy to read
and not too messy, however as time
Platform: |
Size: 52224 |
Author: whiz |
Hits:
Description: 10.1啦,庆祝祖国60华诞,再次奉献,同时也
祝我们的祖国繁荣富强,永远屹立在世界的东方!!!
这是由ELF文件,解码出BIN数据的源码,
附有演示工程,及相关的ELF文件。
生成BIN格式可以根据自己需要修改,
解都解出来了,要生成什么格式的自己就随便了。呵呵。
sck007
2009.09.29-10.1啦to celebrate the 60 anniversary of the motherland, once again sacrifice, but also
I wish our motherland prosperous and strong, always stand in the east of the world! ! !
This is from the ELF file, decoding a BIN data source,
With demonstration projects, and related ELF file.
BIN format is generated according to their need to be amended
Xie Xie is out, what format you want to generate their own on the casual. Hehe.
sck007
2009.09.29
Platform: |
Size: 87040 |
Author: sck007 |
Hits:
Description: 用VC编写的将elf文件转化为bin文件的程序,可以用来转化elf文件为二进制可执行文件-This program can change elf file into bin file.
Platform: |
Size: 9216 |
Author: lishanshan |
Hits:
Description: AT91RM9200开发笔记,准备工作,PPPD-2.4.3交叉编译,理解基本概念,U-boot-1.3.0移植成功,ELF文件生成bin文件的处理方法-AT91RM9200 Development notes, preparation, PPPD-2.4.3 cross compiler to understand the basic concepts, U-boot-1.3.0 transplantation, ELF file generated bin file handling
Platform: |
Size: 1045504 |
Author: |
Hits:
Description: (1)基于部分u-boot代码自己调试的vxworks BSP (2)实现了nand/nor flash的tffs文件系统 (3)实现了对spi dataflash的访问 (4)实现了对启动参数和mac地址的文件保存 (5)通过命令行升级bootrom自身 (6)支持通过命令行实现对elf/bin文件格式的vxworks的下载,升级和引导 (7)实现了atmel的对32Mflash的支持,解决了芯片本身的bug (8)实现了CPU最小系统SDRAM FLASH 网口 串口的自检操作-(1) Based on part of their own u-boot code debug vxworks BSP (2) implements the nand / nor flash of tffs file system (3) realize the spi dataflash access (4) implements the file to the startup parameters and mac address save (5) via the command line bootrom upgrade itself (6) support line to achieve vxworks elf / bin file format download, upgrade and guide (7) command to achieve the support of 32Mflash atmel solve the chip itself bug (8) to achieve a minimum system CPU SDRAM FLASH network port serial self-test operation
Platform: |
Size: 2436096 |
Author: wang |
Hits:
Description: Pixhawk 的bootloader文件,共四个文件px4fmuv2_bl.bin,px4fmuv2_bl.elf,px4io_bl.bin,px4io_bl.elf-bootloader for pixhawk or PX4
Platform: |
Size: 135168 |
Author: zhouman |
Hits:
Description: Content:
- barebox for ARM (ELF format), debug strings
- Redboot_x86 (bin format)
Platform: |
Size: 417025 |
Author: SergeX31 |
Hits: