Skip to content

xxhvictor/force_load_shared_library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • Makefile 3.7%
  • Other 0.6%