ruby-macho icon indicating copy to clipboard operation
ruby-macho copied to clipboard

WIP: Code signing data parsing

Open woodruffw opened this issue 3 years ago • 7 comments

In progress.

Closes #262.

woodruffw avatar Oct 06 '20 00:10 woodruffw

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

BrewTestBot avatar Dec 15 '20 21:12 BrewTestBot

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

BrewTestBot avatar Jan 06 '21 00:01 BrewTestBot

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

BrewTestBot avatar Jan 28 '21 00:01 BrewTestBot

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

BrewTestBot avatar Feb 19 '21 00:02 BrewTestBot

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

BrewTestBot avatar Mar 13 '21 00:03 BrewTestBot

So I think we should move from LinkeditDataCommand to the idea of a meta-programming model where the various LC_ commands are mapped too a class (LC_CODE_SIGNING => CSSuperBlob). Today the fact that it groups unrelated things feels off.

rickmark avatar Jan 19 '22 00:01 rickmark

Could you clarify what unrelated things are currently being grouped? The current mapping is from each load command’s ID to the parsed form, with a generic LoadCommand as fallback for when we don’t know how to parse an ID.

Sent from mobile. Please excuse my brevity.

On Jan 18, 2022, at 7:41 PM, Rick Mark @.***> wrote:

 So I think we should move from LinkeditDataCommand to the idea of a meta-programming model where the various LC_ commands are mapped too a class (LC_CODE_SIGNING => CSSuperBlob). Today the fact that it groups unrelated things feels off.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were assigned.

woodruffw avatar Jan 19 '22 02:01 woodruffw