mirror of
https://github.com/brain-hackers/lab
synced 2024-11-13 13:48:00 +09:00
441 B
441 B
Code
mrc.S
Read SCTLR (MMU etc.) and returnreturn.S
Return immediatelyextract.py
Extract .textmemmap.c
Analyze page table
Build
apt install gcc-arm-linux-gnueabihf
pip3 install pyelftools
make all
Run
- Create a directory
/path/to/sd/APP/foo
- Create index.din
touch /path/to/sd/APP/foo/index.din
- Copy and rename the raw executable
cp foo.bin /path/to/sd/APP/foo/AppMain.bin