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

refactor: drop usage of objcopy to generate UKIs #10102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smira
Copy link
Member

@smira smira commented Jan 8, 2025

This brings native implementation without external dependencies.

This brings native implementation without external dependencies.

Signed-off-by: Andrey Smirnov <[email protected]>
@smira smira force-pushed the refactor/native-objcopy branch from 9b913e5 to dc2b547 Compare January 10, 2025 14:10
@smira smira changed the title refactor: native objcopy refactor: drop usage of objcopy to generate UKIs Jan 10, 2025
@smira smira marked this pull request as ready for review January 10, 2025 14:11
return fmt.Errorf("failed to read DOS header: %w", err)
}

binary.LittleEndian.PutUint32(dosheader[0x3c:], 0x80)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe label constants used here?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, good point, I can do some constants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants