All Projects → termux → Libandroid Shmem

termux / Libandroid Shmem

Licence: bsd-3-clause
System V shared memory emulation on Android using ashmem.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Libandroid Shmem

Termux Desktop
Setup A Beautiful Desktop/GUI In Termux
Stars: ✭ 527 (+894.34%)
Mutual labels:  termux
Atilo
Linux installer for termux
Stars: ✭ 629 (+1086.79%)
Mutual labels:  termux
Hacktronian
Tools for Hacking
Stars: ✭ 857 (+1516.98%)
Mutual labels:  termux
Onex
onex is a hacking tool installer and package manager for hackers. Onex is a library of all hacking tools for Termux and other Linux distributions. onex can install any third party tool or any hacking tool for you.
Stars: ✭ 537 (+913.21%)
Mutual labels:  termux
Termux Adb
Install ADB & FastBoot Tools in Termux!
Stars: ✭ 555 (+947.17%)
Mutual labels:  termux
Bombers
SMS/Email/Whatsapp/Twitter/Instagram bombers Collection 💣💣💣 💥
Stars: ✭ 647 (+1120.75%)
Mutual labels:  termux
Hackerpro
All in One Hacking Tool for Linux & Android (Termux). Make your linux environment into a Hacking Machine. Hackers are welcome in our blog
Stars: ✭ 474 (+794.34%)
Mutual labels:  termux
Tergent
A cryptoki library that uses Android keystore as the backend
Stars: ✭ 40 (-24.53%)
Mutual labels:  termux
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (+1058.49%)
Mutual labels:  termux
Nexphisher
Advanced Phishing tool for Linux & Termux
Stars: ✭ 822 (+1450.94%)
Mutual labels:  termux
Impulse
💣 Impulse Denial-of-service ToolKit
Stars: ✭ 538 (+915.09%)
Mutual labels:  termux
Ems
Extended Memory Semantics - Persistent shared object memory and parallelism for Node.js and Python
Stars: ✭ 552 (+941.51%)
Mutual labels:  shared-memory
Yac
A fast, lock-free, shared memory user data cache for PHP
Stars: ✭ 782 (+1375.47%)
Mutual labels:  shared-memory
Termux Packages
A build system and primary set of packages for Termux.
Stars: ✭ 6,916 (+12949.06%)
Mutual labels:  termux
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+1571.7%)
Mutual labels:  termux
Termux Api
Termux add-on app which exposes device functionality as API to command line programs.
Stars: ✭ 520 (+881.13%)
Mutual labels:  termux
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+1132.08%)
Mutual labels:  termux
Termux Mpv
Wrapper for Mpv on Termux. Displays play controls in the notification
Stars: ✭ 43 (-18.87%)
Mutual labels:  termux
Termux App
Termux - a terminal emulator application for Android OS extendible by variety of packages.
Stars: ✭ 10,088 (+18933.96%)
Mutual labels:  termux
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (+1390.57%)
Mutual labels:  shared-memory

libandroid-shmem

System V shared memory (shmget, shmat, shmdt and shmctl) emulation on Android using ashmem for use in Termux.

The shared memory segments it creates will be automatically destroyed when the creating process destroys them or dies, which differs from the System V shared memory behaviour.

Based on previous work in https://github.com/pelya/android-shmem.

Hacking

The project can be developed on Android devices using Termux. Clone the repo and run make in the tests/ folder after editing the library or test cases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].