Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
quark-engine (26.4.1-0kali1) kali-dev; urgency=medium

* Document Enhancements

- Add analysis report for Hydra malware family. (#892)
- Add analysis report for SharkBot malware family. (#900)

* Bug Fixes

- Fix issues where `type-casting` and `invoke-polymorphic` instructions were skipped during analysis. Thanks to @dolamroth. (#872 and #874)
- Fix incorrect type hints in helper functions. Thanks to @dolamroth. (#885)
- Fix incomplete tracking of registers holding array objects. (#890)

* Dependency Update

- Bump **Flask** from 2.2.5 to 3.1.3. (#865)

-- Shaun Dang <pulorsok@gmail.com> Mon, 30 Mar 2026 11:22:53 +0800

quark-engine (26.3.1-0kali1) kali-dev; urgency=medium

* Performance Improvement
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
dh-virtualenv (>= 0.8),
python3,

Standards-Version: 26.3.1
Standards-Version: 26.4.1
Homepage: https://github.com/quark-engine/quark-engine
Vcs-Browser: https://github.com/quark-engine/quark-engine
Vcs-Git: https://github.com/quark-engine/quark-engine
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'

# The full version, including alpha/beta/rc tags
release = 'v26.3.1'
release = 'v26.4.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion quark/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "26.3.1"
__version__ = "26.4.1"
Loading