LLDB mainline
|
In Android API level 23 and above, bionic dynamic linker is able to load .so file directly from APK or .zip file. More...
#include <ZipFile.h>
Static Public Member Functions | |
static bool | Find (lldb::DataBufferSP zip_data, const llvm::StringRef file_path, lldb::offset_t &file_offset, lldb::offset_t &file_size) |
In Android API level 23 and above, bionic dynamic linker is able to load .so file directly from APK or .zip file.
This is a utility class to find .so file offset and size from zip file. https://android.googlesource.com/platform/bionic/+/master/ android-changes-for-ndk-developers.md# opening-shared-libraries-directly-from-an-apk
|
static |
Definition at line 173 of file ZipFile.cpp.
Referenced by lldb_private::ZipFileResolver::ResolveSharedLibraryPath().