This commit is contained in:
nora 2023-11-11 20:54:20 +01:00
parent d0da80c3e8
commit e2c76a1d37
2 changed files with 2 additions and 1 deletions

View file

@ -144,6 +144,7 @@ pub fn run(opts: Opts) -> Result<()> {
let data = elf.section_content(shdr)?;
content.extend(iter::repeat(0).take(part.pad_from_prev.try_into().unwrap()));
content.extend(data);
// TODO: relocations here
}
let name = writer.add_sh_string(&section.name);