• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
        • Elf-reader
        • Mach-o-reader
        • Merge-first-split-bytes
        • Split-bytes
        • Take-till-zero
        • Charlist->bytes
        • Merge-bytes
        • Bytes->charlist
        • String->bytes
        • Bytes->string
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Software-verification
  • Projects

Execloader

Read in some sections of ELF and Mach-O format files into stobjs

Subtopics

Elf-reader
Read in parts of ELF format files into fields of the elf stobj
Mach-o-reader
Read in parts of MACH-O format files into fields of the mach-o stobj
Merge-first-split-bytes
Merge first n bytes (least-significant byte first) from bytes; return remaining bytes
Split-bytes
Split bytes into two lists, where first part has n elements
Take-till-zero
Return all initial elements of bytes until a 0 element is encountered or the end of bytes is reached, whichever happens first.
Charlist->bytes
Convert a list of characters to a list of bytes.
Merge-bytes
Concatenates bytes (least-significant byte appears first) to form a single natural number
Bytes->charlist
Convert a list of bytes to a list of characters.
String->bytes
Convert a string to a list of bytes.
Bytes->string
Convert a list of bytes to a string.