elf-obj

Simple simulation of ELF format object files for emulation

Usage no npm install needed!

<script type="module">
  import elfObj from 'https://cdn.skypack.dev/elf-obj';
</script>

README

ELF OBJ

This package is a work in progress

This package object ElfObj simulates the Executable and Linker Format for object code and executable code files. It is created as a target for machine code subject to emulation.

Install

License

Copyright 2021 Michigan State University

elf-obj is released under the MIT license.


Written and maintained by Charles B. Owen