linker_asan Вспомогательная программа для связывания динамических исполняемых файлов Симлинк на: файл /apex/com.android.runtime/bin/linker Тип файла: команда usage: linker_asan [--list] PROGRAM [ARGS-FOR-PROGRAM...] linker_asan [--list] path.zip!/PROGRAM [ARGS-FOR-PROGRAM...] A helper program for linking dynamic executables. Typically, the kernel loads this program because it's the PT_INTERP of a dynamic executable. This program can also be run directly to load and run a dynamic executable. The executable can be inside a zip file if it's stored uncompressed and at a page-aligned offset. The --list option gives behavior equivalent to ldd(1) on other systems. Комментарии https://source.android.com/docs/security/test/asan |