/Tsubame

Cross Platform TUI based process memory analyzer.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Tsubame

Cross Platform TUI based process memory analyzer.
"Tsubame" is the Japanese word for swallow.

screenshot

Usage

Install python library.

# windows
pip install -r requirements_windows.txt

# mac
pip install -r requirements_mac.txt

Install and start frida-server.

python main.py Cydia

# or

python main.py com.saurik.Cydia

# or

python main.py -p ProcessId

License

MemoryView

The original software is available at
https://github.com/walterdejong/hexview.
This project is a partial enhancement of the above great software.