https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 16b88813ed92c65a3d358c82a71b93dcc4373991 authored by Daniel Fort on 16 April 2019, 04:24:32 UTC
M50: added installer. Still needs more work before it is working. Need to find bmp_vram_info stub.
Tip revision: 16b8881
README.rst
Memory Protection
=================

This module enables ARM memory protection and configures it to
protect the first 4KiB so that NULL pointer accesses will get caught.
As Canon's own code often causes NULL pointers to be dereferenced, 
this will happen quite often - especially in LV mode.

:License: GPL
:Summary: Protect from NULL pointer accesses
:Authors: g3gg0
back to top