CTSRD-CHERI / cheribsd-ports

FreeBSD ports tree adapted for CheriBSD.
https://CheriBSD.org
Other
5 stars 11 forks source link

security/gef-cheri: initial port of gef with Morello support #146

Closed RoundofThree closed 4 months ago

RoundofThree commented 4 months ago

Add support for Arm Morello architecture as well as FreeBSD platform. The default heap analysis framework in Gef is strongly tied with glibc's malloc implementation, but this doesn't generally apply to FreeBSD. Therefore, the default heap analysis commands (starting with heap) are broken. Additional heap analysis managers can be loaded as plugins to target other allocators as jemalloc and snmalloc (as in https://github.com/CTSRD-CHERI/gef-plugins).