lucet-objdump

lucet-objdump is a Rust executable for inspecting the contents of a shared object generated by lucetc.

Usage

lucet-objdump <lucetc-compiled-shared-object>

lucetc-objdump prints details about a shared object producted by lucetc:

  • Required symbols
  • Exported functions and symbols
  • Imported functions and symbols
  • Heap specification
  • Globals specification
  • Data segments
  • Sparse page data
  • Trap manifest

This can be useful for debugging purposes.

lucet-objdump