autofff

Auto-generate FFF fake definitions for C API header files

MIT License

Downloads
246
Stars
7
Committers
5

Bot releases are hidden (Show)

autofff - Release v0.5 Latest Release

Published by ChiefGokhlayeh 6 months ago

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: https://github.com/ChiefGokhlayeh/autofff/compare/v0.4...v0.5

autofff - Release v0.4

Published by ChiefGokhlayeh almost 3 years ago

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

autofff - Release v0.3

Published by ChiefGokhlayeh almost 6 years ago

Features included

  • Added configuration options via .ini-file

Development updates

  • no notable updates

Install instructions

Using pip:

pip install autofff

See also

autofff - Release v0.2

Published by ChiefGokhlayeh almost 6 years ago

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: