elfa 0.1.2

CLI tool that displays information about ELF files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "elfa"
version = "0.1.2"
authors = ["Bennett Jesso"]
license = "GPL-3.0"
description = "CLI tool that displays information about ELF files"
readme = "README.md"
homepage = "https://github.com/bfjesso/elfa"
repository= "https://github.com/bfjesso/elfa"
keywords = ["cli", "elf", "analyzer"]
categories = ["command-line-utilities"]
edition = "2024"

[dependencies]
elf = "0.7.4"
libc = "0.2.171"