Skip to content

Conversation

@ronickg
Copy link
Contributor

@ronickg ronickg commented Jul 30, 2025

Using this command one can check if it correctly supports 16kb size, found here (https://developer.android.com/guide/practices/page-sizes):

 ./llvm-objdump -p  libcrypto.so | grep LOAD
    LOAD off    0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**14
    LOAD off    0x0000000000230000 vaddr 0x0000000000234000 paddr 0x0000000000234000 align 2**14
    LOAD off    0x0000000000463c70 vaddr 0x000000000046bc70 paddr 0x000000000046bc70 align 2**14
    LOAD off    0x00000000004bd190 vaddr 0x00000000004c9190 paddr 0x00000000004c9190 align 2**14
    ```

@ospfranco ospfranco merged commit 764bba8 into OP-Engineering:main Aug 9, 2025
8 checks passed
subtleGradient pushed a commit to effect-native/op-sqlite that referenced this pull request Sep 12, 2025
feat: Updated lib to use openssl with 16 kb support
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