elf: will start using clap to parse assembler arguments for CLI
I am tired af for some reason
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! ELF file creation and parsing routines.
|
||||
|
||||
use object::{Endianness, build::elf::Builder};
|
||||
|
||||
#[allow(clippy::missing_const_for_fn)]
|
||||
pub fn write() {
|
||||
let builder = Builder::new(Endianness::Little, false);
|
||||
}
|
||||
Reference in New Issue
Block a user