This website requires JavaScript.
Explore
Help
Sign In
glm94
/
elf-viewer
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7
Commits
1
Branch
0
Tags
main
T
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
glm94
f94a0dcba4
Finished writing the code to parse out the ELF header into a structure.
2024-04-22 20:42:58 -05:00
.gitignore
Added a bunch of enums for the ELF header.
2024-04-02 20:37:18 -05:00
build.sh
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
elf_header.c
Finished writing the code to parse out the ELF header into a structure.
2024-04-22 20:42:58 -05:00
elf_header.h
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
elf_machine_type.c
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
elf_machine_type.h
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
elf_osabi.c
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
elf_osabi.h
Added the skeleton for the machine types.
2024-04-11 22:01:15 -05:00
futil.c
Added a bunch of enums for the ELF header.
2024-04-02 20:37:18 -05:00
main.c
Added a dedicated file for handling the OS ABI values.
2024-04-09 23:31:33 -05:00
S
Description
No description provided
47
KiB
Languages
C
98.7%
Shell
1.3%