denoland / sui

Embed custom RO data into precompiled executables
https://littledivy.com/sui.html
MIT License
65 stars 4 forks source link

usage for iOS libraries #30

Open lucasfernog-crabnebula opened 2 weeks ago

lucasfernog-crabnebula commented 2 weeks ago

Can this crate be adapted to work on iOS libraries? I'm trying to iterate over the objects inside an ar file (Rust library) and I'd like to inject files into one of them.. they are also Mach-O but do not have the Linkedit segment.. is there any way we could support that?

littledivy commented 1 day ago

As such not a goal for this project, it only focuses on targets that Deno supports. I don't really know much about iOS mach-o to help out with an implementation unfortunately.