Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuuote/mkelf
Linux x86-64で実行可能ファイルを生成するやつ
https://github.com/kuuote/mkelf
Last synced: 23 days ago
JSON representation
Linux x86-64で実行可能ファイルを生成するやつ
- Host: GitHub
- URL: https://github.com/kuuote/mkelf
- Owner: kuuote
- License: other
- Created: 2020-04-07T01:33:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T01:34:24.000Z (over 4 years ago)
- Last Synced: 2024-12-05T08:14:22.431Z (29 days ago)
- Language: C
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Linux x86-64で実行可能ファイルを生成するやつ
## Usage
```
$ make
```
すると`hello.s`がアセンブルされて機械語部分だけ切り出され、自作したELFヘッダーと結合されて実行されます## License
[NYSL](http://www.kmonos.net/nysl/)