All notable changes to ofrak-type
will be documented in this file.
The format is based on Keep a Changelog and adheres to Semantic Versioning.
- Minor update to OFRAK Community License, add OFRAK Pro License (#478)
ProcessorType.CORTEX_A72
- LinkableSymbolType enum for generalized representation of symbol types (essentially functions vs. data)
- Added a
GENERIC_ARM_BE8
ProcessorType for ARM BE8
2.1.0 - 2023-01-20
ProcessorType.CORTEX_A55
2.0.0 - 2023-01-03
- Add
ArchInfo
to describe an architecture. - Classes in package all discoverable at
ofrak_type
, e.g.,from ofrak_type import Range
.
- Removed reference to obsolete
ofrak_components
from README.md. - Integer values for
MemoryPermission.R
andMemoryPermission.X
now correctly match bitfield values.
Initial release. Hello world!