An open API service indexing awesome lists of open source software.

https://github.com/rifqimfahmi/hello-world-jni-crashlytic


https://github.com/rifqimfahmi/hello-world-jni-crashlytic

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

huh?
--
Copy unstripped native lib from the module
```
find nativelib/build -path "*cmake/debug*.so" -exec bash -c 'cp -r $(dirname {}) unstripped-native-lib' \;
```
Verify if the unstripped and stripped object shared the same Build ID
```
readelf -n {path_to_so_file}
```