Skip to content

SpatialInject 0.9.1

Latest

Choose a tag to compare

@manobit manobit released this 24 Jun 16:18

SpatialInject 0.9.1

A patch release fixing a Windows-only crash. macOS and Linux are unaffected — if
you are on macOS, 0.9.0 already works correctly and 0.9.1 is functionally identical for you.

Fixed

  • Windows: stack overflow in the MP4 rewrite path. The file-copy buffer was allocated
    on the stack, overflowing Windows' 1 MiB default thread stack and crashing (SegFault)
    on any inject. The buffer is now heap-allocated. Surfaced by the Windows CI job.
    (macOS/Linux have an 8 MiB stack and were never affected.)

The macOS app below is the same unsigned Apple Silicon build as 0.9.0 — see the
README for how to open an unsigned app.


SpatialInject 0.9.1 (한국어)

Windows 전용 크래시를 고친 패치 릴리즈입니다. macOS·Linux는 영향이 없습니다 — macOS
사용자라면 0.9.0이 이미 정상 동작하며, 0.9.1은 기능상 동일합니다.

수정됨

  • Windows: MP4 재기록 경로의 스택 오버플로. 파일 복사 버퍼를 스택에 잡는 바람에 Windows 기본
    스레드 스택(1 MiB)을 넘겨 inject 때마다 크래시(SegFault)했습니다. 이제 힙에 할당합니다.
    Windows CI에서 발견했습니다. (macOS·Linux는 스택이 8 MiB라 애초에 영향이 없었습니다.)

아래 macOS 앱은 0.9.0과 동일한 미서명 Apple Silicon 빌드입니다 — 미서명 앱 여는 법은
README를 참고하세요.