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

Read unsigned values properly #13

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

iyxan23
Copy link
Owner

@iyxan23 iyxan23 commented Jan 25, 2025

This PR closes #12.

Implemented an UnsignedByteBufferWrapper class that simply wraps a ByteBuffer and provides functions to read unsigned short and int. The main aligning codebase will then make use of this class to read values from the zip.

@iyxan23 iyxan23 linked an issue Jan 25, 2025 that may be closed by this pull request
@iyxan23
Copy link
Owner Author

iyxan23 commented Jan 27, 2025

Tested here #12 (comment)

@iyxan23 iyxan23 merged commit 6ed1f78 into main Jan 27, 2025
1 check passed
@iyxan23 iyxan23 deleted the 12-cannot-handle-apk-file-size-2g branch January 27, 2025 09:47
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.

Cannot handle apk file size > 2G
1 participant