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 linker-signed support #27

Closed excitedplus1s closed 1 year ago

excitedplus1s commented 1 year ago

usage: ldid -S -Cadhoc -Clinker-signed somfile

codesign -dv -r- somefile

CodeDirectory v=20400 size=7071 flags=0x20002(adhoc,linker-signed) hashes=216+2 location=embedded

CRKatri commented 1 year ago

Please add this to the manpage.

CRKatri commented 1 year ago

Thank you! If you're up to the challenge, would you like to add support for using multiple flags with one -C, like -Chard,kill? It should be fairly simple to implement with getsubopt(3p) or strtok(3p).

excitedplus1s commented 1 year ago

Thank you! If you're up to the challenge, would you like to add support for using multiple flags with one -C, like -Chard,kill? It should be fairly simple to implement with getsubopt(3p) or strtok(3p).

Done