[package]
name = "droidsaw-il2cpp"
version = "0.1.0"
edition = "2024"
license = "BSD-3-Clause"
description = "DROIDSAW Unity IL2CPP metadata parser for Android APKs. Recovers C# names from global-metadata.dat and binds them to ARM64 ELF symbols."
repository = "https://github.com/droidsaw/droidsaw-il2cpp"
homepage = "https://droidsaw.com"
keywords = ["unity", "il2cpp", "csharp", "android", "reverse-engineering"]
categories = ["development-tools", "parser-implementations"]
[lib]
name = "droidsaw_il2cpp"
path = "src/lib.rs"
[dependencies]
anyhow = "1"
droidsaw-common = "0.1.0"
scroll = "0.13"
serde = { version = "1", features = ["derive"] }
thiserror = "2"
[workspace]