Skip to content

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages