Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dlopen

hexhacking/xDL

:fire: xDL is an enhanced implementation of the Android DL series functions.

Language: C - Size: 395 KB - Last synced: about 23 hours ago - Pushed: 3 months ago - Stars: 386 - Forks: 70

Dadoum/dynamicloader

Turn your static bindings into dynamic ones! Cross-platform dynamic library loader in D, to make dynamic bindings easily from static ones (no variadic support though)

Language: D - Size: 15.6 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

hack0z/byopen

🎉A dlopen library that bypasses mobile system limitation

Language: C - Size: 268 KB - Last synced: about 21 hours ago - Pushed: almost 3 years ago - Stars: 310 - Forks: 84

xan105/node-ffi

Friendly abstraction/API for FFI with a Deno like syntax

Language: JavaScript - Size: 269 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 3 - Forks: 1

szymonwieloch/rust-dlopen

Rust library for opening and working with dynamic link libraries.

Language: Rust - Size: 182 KB - Last synced: 5 days ago - Pushed: 5 months ago - Stars: 185 - Forks: 27

dlfcn-win32/dlfcn-win32

Official dlfcn-win32 repo

Language: C - Size: 218 KB - Last synced: 24 days ago - Pushed: 5 months ago - Stars: 285 - Forks: 93

YPLiang19/symdl

symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass any global C function name string, so as to achieve the dynamic call of C function.

Language: C - Size: 389 KB - Last synced: 23 days ago - Pushed: 10 months ago - Stars: 70 - Forks: 13

vfsfitvnm/intruducer

A Rust crate to load a shared library into a Linux process without using ptrace.

Language: Rust - Size: 75.2 KB - Last synced: about 1 month ago - Pushed: almost 1 year ago - Stars: 112 - Forks: 13

yugr/Implib.so

POSIX equivalent of Windows DLL import libraries

Language: Python - Size: 226 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 178 - Forks: 31

lizhangqu/dlfcn_compat

兼容Android 7.0 dlfcn(dlopen、dlsym、dlclose、dlerror)

Language: C++ - Size: 71.3 KB - Last synced: about 2 months ago - Pushed: over 4 years ago - Stars: 160 - Forks: 38

martin-olivier/dylib

C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)

Language: C++ - Size: 123 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 222 - Forks: 29

SeanPesce/lib2shell

Shared library implementations that transform the containing process into a shell when loaded (useful for privilege escalation, argument injection, file overwrites, LD_PRELOAD, etc.).

Language: C++ - Size: 19.5 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 24 - Forks: 10

maykathm/WhenlddLies

Wading through symbol hijacking and conflicting library versions with a toy C++/CMake application on Linux

Language: CMake - Size: 592 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

eklitzke/c.sh

Inline C/asm in Bash

Language: Shell - Size: 3.91 KB - Last synced: about 2 months ago - Pushed: almost 7 years ago - Stars: 250 - Forks: 13

notti/nocgo

dlopen in go without cgo

Language: Go - Size: 1.09 MB - Last synced: 3 months ago - Pushed: almost 5 years ago - Stars: 190 - Forks: 12

MaulingMonkey/minidl

Extremely lean cross platform library for loading symbols

Language: Rust - Size: 36.1 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 2 - Forks: 1

RomainPierre7/amazons

Amazons school project with a server/client implementation and GSL optimization. Done in group of 4.

Language: C - Size: 237 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

globberwops/dynamic-loader

A modern loader for dynamically loaded libraries

Language: C++ - Size: 43.9 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

markx86/wldl

A stb style library for loading Wayland at runtime

Language: C - Size: 18.6 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Quincunx271/dlpp

dlfcn.h C++ wrapper

Language: C++ - Size: 8.79 KB - Last synced: 9 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Arcxm/dynamic_load

A public domain, single header C/C++ library to dynamically load libraries at runtime.

Language: C - Size: 7.81 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

wrzlbrmft/dynlib-c

Load dynamic libraries at runtime in C.

Language: C - Size: 21.5 KB - Last synced: 9 months ago - Pushed: almost 8 years ago - Stars: 1 - Forks: 1

arget13/memdlopen

dlopen() filelessly a shared object or even a program (and run it).

Language: Assembly - Size: 38.1 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 16 - Forks: 0

xbanks/dynamic-loading-example

A small learning experiment with dynamic loading in c++.

Language: C++ - Size: 5.86 KB - Last synced: 10 months ago - Pushed: almost 7 years ago - Stars: 18 - Forks: 3

superswan/revshell.go-dynamic-library

Language: C - Size: 0 Bytes - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

superswan/kuudereRAT

Simple Linux RAT. Foundation for more sophisticated malware.

Language: C - Size: 6.88 MB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 2

birros/ld-exported-symbols-demo

Sows how ld exports / hides static library symbols linked to a dynamic library

Language: Makefile - Size: 2.93 KB - Last synced: about 2 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

strandfield/libclang-utils

C++ interface to libclang, with dynamic loading of the library

Language: C++ - Size: 126 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

kotleni/csgo-run

Custom imeplementation of CSGO runner

Language: C - Size: 26.4 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 5 - Forks: 0

bensuperpc/c_plugin

An example for a C (C99) plugin system. It can load/unload plugins at runtime and call functions from them.

Language: C - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

michaelpantazoglou/cpp_plugin_architecture

Plugin Architecture Demo in C++

Language: C++ - Size: 164 KB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 4 - Forks: 4

luoyesiqiu/local_dlfcn

读取本地so文件的符号的偏移

Language: C - Size: 102 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

ssrlive/fake-dlfcn

dlopen/dlclose/dlsym in Android

Language: C - Size: 365 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

RemyBorius/dlopen-tuto

This repository is a test on dlopen usage : load functions, classes, and load classes WITHOUT extern "C" into the lib to load

Language: C++ - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

cledant/nibbler

A snake game written in C++ and OpenGL

Language: C++ - Size: 278 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

nkh-lab/ndk-dlopen

Android Studio example project for testing native libraries dynamic loading

Language: C++ - Size: 134 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 2

alex94cp/libload

An open-source C++ library implementing a loader for multiple executable formats

Language: C++ - Size: 56.6 KB - Last synced: over 1 year ago - Pushed: almost 6 years ago - Stars: 6 - Forks: 2

karel-burda/function-loader

Header-only library that can execute functions in a shared library and provides wrappers around these

Language: C++ - Size: 156 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 8 - Forks: 4

spack/spack-search

Spack helper script to search across source code for an expression of interest (under development)

Language: M4 - Size: 996 MB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 3 - Forks: 1

dzui42unit/Nibbler

Snake game implemented with OpenGL, SMFL and SDL, graphic libraries are loaded dynamically and can be changed at runtime

Language: C++ - Size: 46.6 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

aniketfuryrocks/dlopen_live_reload

Demonstration of live reloading libraries in c

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

KPostOffice/get_dl_usage

get dl usage at runtime (calls to dlopen, dlsync)

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

junlon2006/utils

my c utils, coding for fun

Language: C - Size: 22.5 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 4

MTJailed/dlopen-hack

Abusing dlopen and dlsym to run signed binaries

Language: Objective-C - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

pavponn/os-lib Fork of nothingelsematters/libs-acquaintance

Language: C++ - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0