This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
mikpe.pdp10-tools
Watch
1
Star
0
Fork
0
You've already forked mikpe.pdp10-tools
mirror of
https://github.com/mikpe/pdp10-tools.git
synced
2026-04-06 05:22:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
11
Commits
3
Branches
0
Tags
42f7cb666f1920b29513e3f89b58d9497d926b04
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Mikael Pettersson
42f7cb666f
readelf: start implementing readelf clone, currently capable of parsing command line options, reading, verifying, and printing Elf36_Ehdr; add gen-test1.c which outputs a minimal Elf36 .o file
2013-07-10 20:02:19 +00:00
as
Initial import
2013-07-03 16:29:42 +00:00
include
pdp10-elf36: change Ehdr e_ident{1,2,3,4} to e_wident[4] to make it eaiser to process, define EI_NIDENT, define ELF36_EHDR_SIZEOF or avoid host-level sizeof mishaps
2013-07-10 19:59:31 +00:00
lib
pdp10-elf36: change Ehdr e_ident{1,2,3,4} to e_wident[4] to make it eaiser to process, define EI_NIDENT, define ELF36_EHDR_SIZEOF or avoid host-level sizeof mishaps
2013-07-10 19:59:31 +00:00
readelf
readelf: start implementing readelf clone, currently capable of parsing command line options, reading, verifying, and printing Elf36_Ehdr; add gen-test1.c which outputs a minimal Elf36 .o file
2013-07-10 20:02:19 +00:00
Description
Utilities for PDP10 ELF binary files
2.1
MiB
Languages
Erlang
99%
Assembly
0.8%
Makefile
0.2%