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

Extract the public key token actual value from referenced assemblies #3

Closed
pjbgf opened this issue May 25, 2017 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@pjbgf
Copy link
Owner

pjbgf commented May 25, 2017

Current IL

.assembly extern System.Runtime
{
// .publickeytoken 10110000 111111 1011111 1111111 10001 11010101 1010 111010 // Needs proper formatting
.ver 4:2:0:0
}

Expected IL

.assembly extern System.Runtime
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A)
  .ver 4:2:0:0
}
@pjbgf pjbgf added this to the 1.0 milestone May 25, 2017
@pjbgf pjbgf added the bug label May 25, 2017
@pjbgf pjbgf closed this as completed in 09b38dc May 25, 2017
@pjbgf pjbgf self-assigned this May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant