finish base

This commit is contained in:
nora 2025-03-09 14:46:50 +01:00
parent 7026e5c1b8
commit b8d9f28059
6 changed files with 98 additions and 11 deletions

View file

@ -4,7 +4,6 @@ pub struct Elf {
pub content: Vec<u8>,
}
#[expect(dead_code)]
#[derive(Debug)]
pub struct Header {
pub e_entry: u32,
@ -19,7 +18,6 @@ pub struct Header {
pub e_shstrndx: u16,
}
#[expect(dead_code)]
#[derive(Debug)]
pub struct Phdr {
pub p_type: u32,