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

Add support for 16KB page size (Android) #60

Open
petr-horacek opened this issue Jan 21, 2025 · 1 comment
Open

Add support for 16KB page size (Android) #60

petr-horacek opened this issue Jan 21, 2025 · 1 comment
Assignees

Comments

@petr-horacek
Copy link

We've started using Passphrase Meter Core in our Android app and by analyzing the alignment of elf segments (https://developer.android.com/guide/practices/page-sizes#elf-alignment), we noticed that libWultraPassphraseMeter was evaluated as unaligned:

/var/folders/19/dbfnf5116159h61pq20wh1200000gn/T/.../lib/arm64-v8a/libWultraPasswordTester.so: \e[31mUNALIGNED\e[0m (2**12)

We are currently using version 1.2.0.

Thanks

@petrdvorak
Copy link
Member

Thank you for reporting, @petr-horacek, we will have a look.

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

No branches or pull requests

3 participants