Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tsoding/elf.js

Repository files navigation

elf.js

An on going project to learn ELF format. The end goal is to be able to generate simple but actually working executables.

Quick Start

Supports only x86_64 Linux. You need only node.js:

$ node elf.js gen hello 'Hello, World'
$ ./hello

It literally generates a working ELF64 executable file byte by byte that prints Hello, World when run on Linux x86_64.

Development

Recompile elf.js from elf.ts

$ npm install
$ ./node_modules/.bin/tsc

About

An on going project to learn ELF format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /