You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: