Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add linker-signed support #27

Merged
merged 12 commits into from Nov 29, 2022
Merged

Conversation

excitedplus1s
Copy link
Contributor

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
Copy link
Member

CRKatri commented Nov 26, 2022

Please add this to the manpage.

Add linker-signed
Add linker-signed en_US
Add linker-signed zh_CN
Add Man linker-signed zh_TW
@CRKatri
Copy link
Member

CRKatri commented Nov 26, 2022

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
Copy link
Contributor Author

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

docs/ldid.zh_CN.1 Outdated Show resolved Hide resolved
docs/ldid.zh_TW.1 Outdated Show resolved Hide resolved
docs/ldid.zh_TW.1 Outdated Show resolved Hide resolved
docs/ldid.1 Outdated Show resolved Hide resolved
Copy link
Member

@CRKatri CRKatri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! All looks good.

@CRKatri CRKatri merged commit 308b664 into ProcursusTeam:master Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants