Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 324 Bytes

ldso A Utility To Load Shared Library To A Specify Process

Build

x64: make

android-arm: ndk-build

Usage

./ldso

Principle

  1. Search every plt entries of the target process, until dlopen found. (got_finder.h/cpp)
  2. Call the entry remotely. (arch/plt_caller.cpp)