Skip to content

Tags: acolomb/elf-mangle

Tags

v1.2

Toggle v1.2's commit message
Stable maintenance release.

* Fix a bug regarding wrong exit code on success.
* Fix build failure without custom_post_process module.

v1.1

Toggle v1.1's commit message
Stable feature release.

* Add "defines" and "pretty-only" format specifications to the --print
option.
* Add option --defines-from to accept override specifications from a
text file.
* Add option --changed to skip unchanged fields while printing.
* Fall back to hex-dump when pretty-printing unknown fields.
* Fix a bug where unknown fields were not transferred from the input
to the output map.
* Fix an unlikely crash when printing a field without a known
description string.
* Update submodule reference to forked libcintelhex snapshot, to
incorporate a segfault fix while auto-detecing the format of an
invalid ihex file (without colons and therefore no records at all).

v1.0

Toggle v1.0's commit message
Stable feature release.

* Add facility to implement custom post-processors on the output image
  data, with the ability to further modify contained fields.
* Implement an example post-processor to calculate and store a CRC
  checksum over the binary data.

v0.6.2

Toggle v0.6.2's commit message
Stable maintenance release.

* Routinely updated some build system components.
* Update documentation about libelf implementations.

v0.6.1

Toggle v0.6.1's commit message
Stable maintenance release.

* Minor fix to the build system related to cross-compilation.

v0.6

Toggle v0.6's commit message
Stable feature release.

* Factor out an independent utility `lpstrings` to be used directly on
  supported binary data images, without the need for an ELF map.
* Small fixes around string search results output.

v0.5.1

Toggle v0.5.1's commit message
Stable maintenance release.

* Minor updates to the build system and documentation.
* Fixed author e-mail address in all source files.

v0.5

Toggle v0.5's commit message
Stable bug-fix release.

* Better safety checks for field transfer from old to new layout.

v0.4.2

Toggle v0.4.2's commit message
Stable bug-fix release.

* Updated dependency for libcintelhex version (included), fixing a
  segmentation fault.
* No changes in elf-mangle's own code.

v0.4.1

Toggle v0.4.1's commit message
Stable bug-fix release with documentation updates.

* Updated dependency for libcintelhex version (included).
* Fixes problems with raw or ihex image files on Windows.
* More complete German translation.
* Additional and revised documentation, now installed with the
  program.