https://github.com/rzetelskik/elf-converter
A 64 to 32 bit ELF ET_REL file converter.
https://github.com/rzetelskik/elf-converter
binary-converter elf32 elf64 linux
Last synced: about 1 month ago
JSON representation
A 64 to 32 bit ELF ET_REL file converter.
- Host: GitHub
- URL: https://github.com/rzetelskik/elf-converter
- Owner: rzetelskik
- License: mit
- Created: 2022-06-26T10:24:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T11:37:24.000Z (almost 4 years ago)
- Last Synced: 2024-12-27T09:29:49.346Z (over 1 year ago)
- Topics: binary-converter, elf32, elf64, linux
- Language: C++
- Homepage:
- Size: 15.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binary files converter
A 64 to 32 bit ELF ET_REL file converter.
## Assignment
This project was created as a solution to the [1st assignment](https://students.mimuw.edu.pl/ZSO/PUBLIC-SO/2021-2022/z1_elf/index.html) for the "Advanced topics in operating systems" course at the University of Warsaw.
## Build
To build the executable file run the below command:
```
mkdir build && cmake -B build && cd build && make && cp converter ../converter
```
An executable file `converter` should now be in the project's root directory.
## Other
`static` directory contains source files used for creating precompiled stubs.