Releases: ChiefGokhlayeh/autofff
Releases · ChiefGokhlayeh/autofff
Release v0.5
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
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #9
- Bump actions/checkout from 2 to 3 by @dependabot in #10
- Bump actions/download-artifact from 2 to 3 by @dependabot in #11
- Bump dependencies/pycparser from
6162a21
to670979b
by @dependabot in #14 - Bump pre-commit from 2.21.0 to 3.2.2 by @dependabot in #12
- Bump overrides from 6.5.0 to 7.3.1 by @dependabot in #13
- Bump pre-commit from 3.2.2 to 3.3.1 by @dependabot in #16
- Bump pre-commit from 3.3.1 to 3.3.2 by @dependabot in #18
- Bump dependencies/fff from
11ab05b
to5111c61
by @dependabot in #17 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #19
- Bump dependencies/pycparser from
670979b
to6cf69df
by @dependabot in #20 - Bump pre-commit from 3.3.2 to 3.3.3 by @dependabot in #21
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #22
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #23
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #25
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #26
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #27
- Bump overrides from 7.3.1 to 7.4.0 by @dependabot in #28
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #29
- Bump dependencies/pycparser from
6cf69df
tof740995
by @dependabot in #30 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #31
- Bump pre-commit from 3.3.3 to 3.4.0 by @dependabot in #32
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #33
- Bump actions/checkout from 3 to 4 by @dependabot in #34
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #35
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #36
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #37
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #38
- Bump pre-commit from 3.4.0 to 3.5.0 by @dependabot in #39
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #40
- Bump black from 23.9.1 to 23.10.0 by @dependabot in #41
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #42
- Bump black from 23.10.0 to 23.10.1 by @dependabot in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #45
- Bump black from 23.10.1 to 23.11.0 by @dependabot in #46
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #48
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #49
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #50
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #51
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #55
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #56
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #57
- Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #58
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #59
- Bump overrides from 7.4.0 to 7.6.0 by @dependabot in #60
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #61
- Bump overrides from 7.6.0 to 7.7.0 by @dependabot in #62
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #63
- Bump pre-commit from 3.6.0 to 3.6.1 by @dependabot in #64
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #65
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #66
- Bump pre-commit from 3.6.1 to 3.6.2 by @dependabot in #67
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #68
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #70
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #71
- Bump pre-commit from 3.6.2 to 3.7.0 by @dependabot in #72
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #73
- Bump dependencies/pycparser from
f740995
to28c9658
by @dependabot in #74 - Bump pycparser from 2.21 to 2.22 by @dependabot in #75
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #76
- Fix to create a fake with a name containing 'asm' properly by @sangmo-kang in #78
- Fix to create a fake properly that takes a pointer to function returning pointer by @sangmo-kang in #77
- Bump black from 24.3.0 to 24.4.0 by @dependabot in #79
New Contributors
- @dependabot made their first contribution in #9
- @pre-commit-ci made their first contribution in #19
- @sangmo-kang made their first contribution in #78
Full Changelog: v0.4...v0.5
Release v0.4
Features included
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
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
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