23 Ocak 2019 Çarşamba

strip komutu

Örnek
Şöyle yaparız.
file shared_library.so
Çıktı olarak şunu alırız.
shared_library.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, stripped, with debug_info
-s seçeneği
Açıklaması şöyle.
"stripped" means the shared object (or any compiled object) has been stripped of its debugging symbols (generally by using strip -s object). strip removes debugging symbols resulting in a smaller library, faster load times, etc... Generally you think of "Released" code benefiting from being stripped while "Debug" code would not make sense to be stripped. Not everything is always stripped, there are many options ...


Hiç yorum yok:

Yorum Gönder