Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1.32 KB

Changelog

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.

Changed

  • Minor update to OFRAK Community License, add OFRAK Pro License (#478)

Added

  • ProcessorType.CORTEX_A72
  • LinkableSymbolType enum for generalized representation of symbol types (essentially functions vs. data)

2.1.0 - 2023-01-20

Added

  • ProcessorType.CORTEX_A55

2.0.0 - 2023-01-03

Added

  • Add ArchInfo to describe an architecture.
  • Classes in package all discoverable at ofrak_type, e.g., from ofrak_type import Range.

Changed

  • Removed reference to obsolete ofrak_components from README.md.
  • Integer values for MemoryPermission.R and MemoryPermission.X now correctly match bitfield values.

1.0.0 - 2022-09-02

Added

Initial release. Hello world!