mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-16 11:35:00 +01:00
cleanup
This commit is contained in:
parent
4b41166d5f
commit
c38aa61857
5 changed files with 60 additions and 50 deletions
|
|
@ -5,8 +5,9 @@ use anyhow::{bail, Context, Result};
|
|||
use clap::Parser;
|
||||
use elven_parser::{
|
||||
consts::{self as c, PhFlags, SectionIdx, ShFlags, ShType, PT_LOAD, SHT_PROGBITS},
|
||||
read::{Addr, ElfIdent, ElfReader, Offset},
|
||||
read::{ElfIdent, ElfReader},
|
||||
write::{self, ElfWriter, ProgramHeader, Section, SectionRelativeAbsoluteAddr},
|
||||
Addr, Offset,
|
||||
};
|
||||
use memmap2::Mmap;
|
||||
use std::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue