-
Notifications
You must be signed in to change notification settings - Fork 128
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
Running with --deterministic creates identical GUIDs #770
Labels
Comments
Might be caused by: |
@jbevain could you help us with this? |
Here's a fix for this issue: jbevain/cecil#622, will need to be pulled into the linker. |
The fix is merged in Cecil, is there something special to do to update the submodule in the linker ? |
Thanks for the fix. Need to wait until |
Should be fixed now. Thanks. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
monolinker --deterministic -a hello.exe on the attached assemblies.
Result:
ikdasm output/hello.exe | grep MVID
// MVID: {EEA339DA-6B5E-4D4B-B255-BFEF95601890}
ikdasm output/foo.dll | grep MVID
// MVID: {EEA339DA-6B5E-4D4B-B255-BFEF95601890}
The text was updated successfully, but these errors were encountered: