# KittyMemoryEx **Repository Path**: baihonghua/KittyMemoryEx ## Basic Information - **Project Name**: KittyMemoryEx - **Description**: Dedicated library for runtime code patching, injection and some useful memory utilities. works for both Android and Linux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-12 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KittyMemoryEx External implementation of [KittyMemory](https://github.com/MJx0/KittyMemory). Dedicated library for runtime code patching, injection and some useful memory utilities. works for both Android and Linux. KittyMemoryEx depends on [Keystone Assembler](https://github.com/keystone-engine/keystone) for MemoryPatch::createWithAsm. Prebuilt Keystone binaries for android are already included [Here](KittyMemoryEx/Deps/Keystone/), However if you want to build them yourself you can use the scripts [build-android.sh](Deps/keystone-build-android.sh). If for any reason you don't want to use Keystone and MemoryPatch::createWithAsm then add definition kNO_KEYSTONE to your project cpp flags. [Android project example](example-android/README.md), [Linux project example](example-linux/README.md) for how to use & build.

Features:

- Two types of remote memory read & write (IO and Syscall) - Memory patch (bytes, hex and asm) - Memory scan - Find ELF base - ELF symbol lookup - ptrace utilities (linker namespace bypass for remote call) - Memory dump