Adubbz / rcm-logdump

Dumps logs from IRAM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCM logdump

A quick and dirty dumper of IRAM to a log file on the sd card. Logs should be placed from 0x40038000-0x4003D000 for a maximum size of 0x5000 (20KiB).

#define IRAM_SAFE_START 0x40038000ull #define IRAM_SAFE_END 0x4003D000ull

Based on Hekate and Lockpick_RCM.

About

Dumps logs from IRAM.

License:GNU General Public License v2.0


Languages

Language:C 79.9%Language:C++ 19.7%Language:Makefile 0.2%Language:Assembly 0.2%