/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
usecrate::result::{Error, Result};
usesuper::BuildIdReader; use goblin::{elf, elf::note::Note, elf::section_header::SectionHeader}; use scroll::ctx::TryFromCtx;
trace!("get_build_id_bytes: {:?}", context); let section_header_bytes = self.copy_bytes(
elf_head.e_shoff as usize,
(elf_head.e_shnum as usize) * (elf_head.e_shentsize as usize),
)?;
trace!("get_build_id_bytes: {:?}", elf.section_headers); let shdr_strtab = &elf.section_headers[elf_head.e_shstrndx as usize]; let shdr_strtab_bytes = self.copy_bytes(shdr_strtab.sh_offset as usize, shdr_strtab.sh_size as usize)?;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.