# frozen_string_literal: true

require 'elftools/constants'
require 'elftools/elf_file'
require 'elftools/version'

# The ELF parsing tools!
# Main entry point is {ELFTools::ELFFile}, see it
# for more information.
module ELFTools
end
