superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
471 stars 86 forks source link

arm64-v8a/libsuper_native_extensions.so, arm64- v8a/libirondash_engine_context_native.so, armeabiv7a/ libirondash_engine_context_native.so (MOBSF - SHARED LIBRARY BINARY ANALYSIS Reports). #448

Open santhoshkumar4035 opened 1 month ago

santhoshkumar4035 commented 1 month ago

After Testing my Application in MOBSF it throws some Warnings so how to resolve SHARED LIBRARY BINARY ANALYSIS warnings. i've attached full testing report:

@knopp , Could you please look at this issue?

image

reports.pdf

knopp commented 1 month ago

The stack protection can probably be enabled through a rustc flag. Symbol stripping can be done at later stage so it's not really relevant (I don't think we should strip symbols by default) and I'm not sure how much fortified functions are relevant for Rust. I don't think that the code in super_native_extensions calls any unsafe glibc functions directly.