[PR #28] [MERGED] increase buffer size for isexe reading / writing based on deterous's … #51

Open
opened 2026-01-29 21:16:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/28
Author: @HeroponRikiBestest
Created: 10/26/2025
Status: Merged
Merged: 10/26/2025
Merged by: @mnadareski

Base: mainHead: quick-isexe-blocksize-bump


📝 Commits (2)

  • 5a9386e increase buffer size for isexe reading / writing based on deterous's input
  • da9583b remove comment

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 SabreTools.Serialization/Wrappers/PortableExecutable.Extraction.cs (+1 -1)

📄 Description

The buffer size is fully arbitrary, and I had only chosen what it currently is just based on a whim. According to deterous, this buffer size has worked best for him and others in various environments, and overall I trust it much more than my previous tiny buffer size.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/SabreTools.Serialization/pull/28 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 10/26/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `quick-isexe-blocksize-bump` --- ### 📝 Commits (2) - [`5a9386e`](https://github.com/SabreTools/SabreTools.Serialization/commit/5a9386ec5e3be032d3cd050d8a84bbc4dcfa7e2b) increase buffer size for isexe reading / writing based on deterous's input - [`da9583b`](https://github.com/SabreTools/SabreTools.Serialization/commit/da9583b3f4a6ad65be22942860478f6911b2cb9e) remove comment ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Serialization/Wrappers/PortableExecutable.Extraction.cs` (+1 -1) </details> ### 📄 Description The buffer size is fully arbitrary, and I had only chosen what it currently is just based on a whim. According to deterous, this buffer size has worked best for him and others in various environments, and overall I trust it much more than my previous tiny buffer size. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:16:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#51