LLDB mainline
Static Public Member Functions | List of all members
lldb_private::ZipFile Class Reference

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)
 

Detailed Description

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

Definition at line 22 of file ZipFile.h.

Member Function Documentation

◆ Find()

bool ZipFile::Find ( lldb::DataBufferSP  zip_data,
const llvm::StringRef  file_path,
lldb::offset_t file_offset,
lldb::offset_t file_size 
)
static

The documentation for this class was generated from the following files: