├── LICENSE ├── README.md ├── SpeechRuntimeMove.sln ├── SpeechRuntimeMove ├── ComUtilities.cs ├── Definitions.cs ├── FileDrop.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── RemoteRegistry.cs ├── SessionEnum.cs ├── SpeechRuntimeMove.csproj └── app.config └── images └── COMHijack.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/README.md -------------------------------------------------------------------------------- /SpeechRuntimeMove.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove.sln -------------------------------------------------------------------------------- /SpeechRuntimeMove/ComUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/ComUtilities.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/Definitions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/Definitions.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/FileDrop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/FileDrop.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/Program.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/RemoteRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/RemoteRegistry.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/SessionEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/SessionEnum.cs -------------------------------------------------------------------------------- /SpeechRuntimeMove/SpeechRuntimeMove.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/SpeechRuntimeMove.csproj -------------------------------------------------------------------------------- /SpeechRuntimeMove/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/SpeechRuntimeMove/app.config -------------------------------------------------------------------------------- /images/COMHijack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/SpeechRuntimeMove/HEAD/images/COMHijack.png --------------------------------------------------------------------------------