Commit Graph
9 Commits
Author SHA1 Message Date
Gabriel MorazanandGitHub d7e33820ff nodtool: Add scrubbing option (#11)
Useful for removing the update partition of Wii games
2026-03-15 20:44:07 -06:00
Luke Street d2c7e0ec40 Support single-threaded runtimes with optional "threading" feature 2025-12-29 16:07:28 -07:00
5f3ea3c960 Simple WBFS partition stripping (#4)
* Strip partitions from WBFS

* More concise code

* Draft: add ProcessOptions::scrub_update_partition

* add scrub_update_partition for CISO

* update comment

* fix doctests

* #[allow(clippy::too_many_arguments)]

* ⬆️ Update deps

* ⬆️ Update deps

* 🚑 Fix compilation

* run cargo update

* run cargo fmt

* Revert "run cargo fmt"

This reverts commit 0f1360779c.

* Revert "run cargo update"

This reverts commit caa13433a2.

* Add ScrubLevel enum & fix formatting

* Update usages & fix block-padding

---------

Co-authored-by: Luke Street <luke@street.dev>
2025-10-15 19:53:07 -06:00
Luke Street 9d8cd980b8 DiscStream rework & threading improvements 2025-03-31 23:06:18 -06:00
Luke Street d6969045be Migrate to Rust edition 2024 2025-03-04 23:14:00 -07:00
Luke Street 3848edfe7b Add conversion support & large refactor 2024-11-22 00:01:26 -07:00
Luke Street 374c6950b2 Support decrypted discs & decrypt/encrypt conversion 2024-11-08 00:02:02 -07:00
Luke Street 30bcf4936b Upgrade to zerocopy 0.8 2024-10-03 20:57:02 -06:00
Luke Street f28238209d nodtool: Restructure code for external usage 2024-04-30 23:51:34 -06:00