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

feat: allow nss uploads for Nintendo #117

Merged
merged 3 commits into from
Sep 12, 2024
Merged

feat: allow nss uploads for Nintendo #117

merged 3 commits into from
Sep 12, 2024

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Jun 5, 2024

Description

NSS appears to just be a typical ELF file. There is some weirdness with the build IDs... here's what we get in the crash report for module_id:

1e0b323c7d1a24dd142f3d3f94ac642600000000000000000000000000000000

but symbol-upload gets

1e0b323c7d1a24dd142f3d3f94ac6426

We've seen length of 32 and length of 40. For now we're just 0 padding to reach a length of 64 because a fix that used big ints in elfy would be a ton of work.

Checklist

  • Tested manually
  • Unit tests pass with no errors or warnings
  • Documentation updated (if applicable)
  • Reviewed by at least 1 other contributor

@bobbyg603 bobbyg603 requested a review from daveplunkett June 5, 2024 19:24
@bobbyg603 bobbyg603 merged commit c302632 into main Sep 12, 2024
5 checks passed
@bobbyg603 bobbyg603 deleted the nss branch September 12, 2024 20:01
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.

2 participants