Skip to content

Commit

Permalink
2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Sep 16, 2022
1 parent 8073cb4 commit e6c2d73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [2.5.0] - 2022-09-14
### Added
- *function_tracing*
- Backported function call emulation from rugosa.
Expand Down Expand Up @@ -453,7 +453,8 @@ function parameters and operand values.
- Initial contribution.


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.4.1...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.0...HEAD
[2.5.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.4.1...2.5.0
[2.4.1]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.2.0...2.3.0
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
import nox


@nox.session(python="3.7")
@nox.session(python="3.8")
def test(session):
"""Run pytests"""
session.install("-e", ".[testing]")
session.run("pytest")


@nox.session(python="3.7")
@nox.session(python="3.8")
def build(session):
"""Build source and wheel distribution"""
session.run("python", "setup.py", "sdist")
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 2.4.1
version = 2.5.0
description = A framework for decoding encoded strings and files in malware via IDA Pro IDAPython scripting.
long-description-content-type = text/markdown
long-description = file:README.md
Expand Down

0 comments on commit e6c2d73

Please sign in to comment.