UNPKG

elflib

Version:
9 lines (8 loc) 451 B
/// <reference types="node" /> import * as ELF from './types/index.js'; export declare namespace RPL { function readFileInfoSection(section: ELF.Section, endian: ELF.Endian): ELF.RPLFileInfo; function isFileInfoSection(section: ELF.Section): section is ELF.RPLFileInfoSection; function packCrcSection(section: ELF.RPLCrcSection, elf: ELF.File): Promise<Buffer>; function packFileInfoSection(section: ELF.RPLFileInfoSection): Buffer; }