[PR #92] Protection Is Key #965

Closed
opened 2026-01-29 16:24:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/92

State: closed
Merged: Yes


This PR does two major things:

  1. Fixes SafeDisc protection detection (especially for version numbers)
  2. Adds a semi-closed source solution to extracting and scanning InstallShield CAB files (part of #83)

This PR opens a few questions, unfortunately:

  • Can a fully open-source solution be used for InstallShield CAB files?
  • Are the protections that include a position--; statement in them accurate?
  • How to handle even newer InstallShield CAB/installer files?
**Original Pull Request:** https://github.com/SabreTools/MPF/pull/92 **State:** closed **Merged:** Yes --- This PR does two major things: 1. Fixes SafeDisc protection detection (especially for version numbers) 2. Adds a semi-closed source solution to extracting and scanning InstallShield CAB files (part of #83) This PR opens a few questions, unfortunately: - Can a fully open-source solution be used for InstallShield CAB files? - Are the protections that include a `position--;` statement in them accurate? - How to handle even newer InstallShield CAB/installer files?
claunia added the pull-request label 2026-01-29 16:24:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#965