SkillAgentSearch skills...

KittyMemoryEx

Dedicated library for runtime code patching, injection and some useful memory utilities. works for both Android and Linux

Install / Use

/learn @MJx0/KittyMemoryEx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KittyMemoryEx

External implementation of KittyMemory.

Dedicated library for runtime code patching, memory scanning, tracing, injection and some more useful memory utilities. works for both Android and Linux

KittyMemoryEx depends on Keystone Assembler for MemoryPatch::createWithAsm.

Prebuilt Keystone binaries for android are already included Here, However if you want to build them yourself you can use the scripts 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, Linux project example for how to use & build.

<h2> Features: </h2>
  • Two types of remote memory read & write (IO and Syscall)
  • Memory patch (bytes, hex and asm)
  • Memory scan
  • ELF scanner
  • ELF symbol lookup
  • ptrace utilities
  • Setting hard & soft breakpoints
  • Memory dump
  • Linker & NativeBridge scanner for android

Documentation

Android API Docs

Linux API Docs

View on GitHub
GitHub Stars152
CategoryDevelopment
Updated7h ago
Forks40

Languages

C++

Security Score

100/100

Audited on Mar 30, 2026

No findings