ProcursusTeam / ldid

Link Identity Editor. Put real or fake signatures in a Mach-O.
GNU Affero General Public License v3.0
189 stars 45 forks source link

Can you build ldid for tvOS? #35

Closed miosx closed 12 months ago

miosx commented 12 months ago

Can you build ldid for tvOS? Thanks.

m1stadev commented 12 months ago

Yes, it should build & run on tvOS with no issue.

Closing this, if you have any issues with tvOS compatibility feel free to comment.

miosx commented 12 months ago

Thanks. I tried to compile ldid for tvOS. When I ran it, I got an error. Can you make a release for tvOS? Just like iOS, I can use it directly. ldid exited with status 1 ldid: An error occured while parsing: error:12800067:DSO support routines::could not load the shared library

CRKatri commented 12 months ago

This looks like a OpenSSL error. Try compiling it with static modules

miosx commented 12 months ago

Ok, Thanks