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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to OffsetScan are documented in this file.
The project follows semantic versioning.

## [0.2.3] - 2026-07-21

### Documentation

- Correct the crate description's schema reference. It previously claimed compatibility with
`OffsetInspect.Result`/`ThreatScanResult` — objects produced by `Invoke-OffsetInspect` and
`Invoke-OffsetThreatScan`, which OffsetScan does not emit. It is schema-compatible with the
static-triage output (`Get-OffsetPEInfo`/`Get-OffsetEntropy`/`Get-OffsetString`/`Get-OffsetIOC`).
No code changes.

## [0.2.2] - 2026-07-21

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "offsetscan"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["DreadHost Research"]
description = "Standalone native corpus-scale engine for PE parsing, entropy, string extraction, and IOC panels — schema-compatible with OffsetInspect.Result/ThreatScanResult JSON output."
description = "Standalone native corpus-scale engine for PE parsing, entropy, string extraction, imphash, and IOC panels — JSON schema-compatible with OffsetInspect's static-triage output (Get-OffsetPEInfo/Get-OffsetEntropy/Get-OffsetString/Get-OffsetIOC)."
license = "MIT"
repository = "https://github.com/warpedatom/OffsetScan"
readme = "README.md"
Expand Down