Skip to content

Improve overall soundness and handle edge cases#140

Open
ko1N wants to merge 16 commits into
mainfrom
soundness
Open

Improve overall soundness and handle edge cases#140
ko1N wants to merge 16 commits into
mainfrom
soundness

Conversation

@ko1N
Copy link
Copy Markdown
Member

@ko1N ko1N commented Apr 21, 2026

Fixes several soundness issues in memflow. This PR does not change the FFI, so all plugins stay compatible.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

❌ Patch coverage is 87.28522% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.71%. Comparing base (dff526f) to head (d08ba0f).

Files with missing lines Patch % Lines
...ow/src/mem/phys_mem/middleware/cache/page_cache.rs 90.14% 14 Missing ⚠️
memflow/src/mem/virt_translate/mmu/spec.rs 30.00% 7 Missing ⚠️
memflow-ffi/src/plugins/mod.rs 0.00% 4 Missing ⚠️
memflow/src/mem/phys_mem/middleware/cache/mod.rs 40.00% 3 Missing ⚠️
memflow/src/mem/virt_translate/mod.rs 81.25% 3 Missing ⚠️
memflow/src/plugins/connector.rs 0.00% 2 Missing ⚠️
memflow/src/connector/fileio.rs 0.00% 1 Missing ⚠️
memflow/src/mem/memory_view/cached_view.rs 0.00% 1 Missing ⚠️
memflow/src/os/util.rs 0.00% 1 Missing ⚠️
memflow/src/plugins/builder.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   47.30%   48.71%   +1.41%     
==========================================
  Files          74       75       +1     
  Lines        9577     9728     +151     
==========================================
+ Hits         4530     4739     +209     
+ Misses       5047     4989      -58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant