Skip to content

Releases: ChiefGokhlayeh/autofff

Release v0.5

15 Apr 16:09
fcca5cc
Compare
Choose a tag to compare

Highlights

  • Fixed wrongful ignore of function names containing __asm__/asm/__asm/... #78
  • Fixed invalid fake generation when function returns function pointer #77
  • Updated usage instructions in README.md #69
  • Upgraded dependencies:

Install instructions

Using pip:

pip install autofff

See also

What's Changed

New Contributors

Full Changelog: v0.4...v0.5

Release v0.4

25 Nov 22:23
7e5e01f
Compare
Choose a tag to compare

Features included

  • Upgraded pycparser to 2.21, fixing issues described in #8

Development updates

  • Adapt poetry package manager
  • Switched from Travis-CI to GitHub Actions
  • Implemented fully automated deployment to PyPI

Install instructions

Using pip:

pip install autofff

See also

Release v0.3

15 Nov 11:29
fe3fdc8
Compare
Choose a tag to compare

Features included

  • Added configuration options via .ini-file

Development updates

  • no notable updates

Install instructions

Using pip:

pip install autofff

See also

Release v0.2

15 Nov 11:28
8aacbc5
Compare
Choose a tag to compare

1. AutoFFF Public Release

Features included:

  • Added support for scanning C headers and extracting function declarations and definitions.
  • Added support for generating simple test headers using FFF.
  • Added support to install AutoFFF as a python module.

Development updates:

  • Added Travis-CI support.
  • Added PyPi support.

Install instructions:

Using pip:

pip install autofff

See also: