Binary File Write via Microsoft Speech API
This page describes how to use the Microsoft Speech API to write binary files from office documents.
TL;DR
Introduction
Discovery
// COM Object
SAPI.SpFileStream.1
TypeName: System.__ComObject#{af67f125-ab39-4e93-b4a2-cc2e66e182a7}
Name MemberType Definition
---- ---------- ----------
Close Method void Close ()
Open Method void Open (string, SpeechStreamFileMode, bool)
Read Method int Read (Variant, int)
Seek Method Variant Seek (Variant, SpeechStreamSeekPositionType)
Write Method int Write (Variant)
Format Property ISpeechAudioFormat Format () {get} {set by ref} Writing Content


Seek No Further

Create and Overwrite

Final Proof of Concept



Detection


Conclusion
Last updated