hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (313B)


      1 This module implements functionality for examining executable files. It provides
      2 some support code for working with memory-mapped ELF executables.
      3 
      4 That this module does not make compatibility guarantees and is subject to change
      5 in the future should Hare be ported to a target with a different executable
      6 format.