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

Add support for `-arch arch_type` #10

Closed CRKatri closed 2 years ago

CRKatri commented 2 years ago

This is identical to -A except that it uses the name of the arch not the values of the CPU_TYPE/CPU_SUBTYPE.

This makes it more compatible with CC tools where this flag is very common.

CRKatri commented 2 years ago

@asdfugil can you translate these manpage changes?

asdfugil commented 2 years ago

sure

CRKatri commented 2 years ago

You should have permission to push directly to this branch now, check your email.

CRKatri commented 2 years ago

Thanks

asdfugil commented 2 years ago

The readme is outdated and does not mention the change.