visualstudio-suo-exploit icon indicating copy to clipboard operation
visualstudio-suo-exploit copied to clipboard

error building

Open kokoska231 opened this issue 1 year ago • 2 comments

i get this error while building:

Unhandled Exception: OpenMcdf.CFItemNotFound: Cannot find item [VsToolboxService] within the current storage at OpenMcdf.CFStorage.GetStream(String streamName) at suo_exploit_test.Program.InjectSuoFile(Byte[] SuoFile, String cmdFileName, String cmdArguments) at suo_exploit_test.Program.Main(String[] args)

it just started happening randomly, it worked just fine a few minutes ago. but not anymore i get this error now and idk how to fix it, please help me someone. Thank You.

kokoska231 avatar May 07 '24 13:05 kokoska231

The problem is that the Visual Studio .suo file you're trying to inject your payload into doesn't use the VsToolboxService. Create a WindowsFormsApplication, copy the .suo file from there into your own project / inject into the .suo file and put it in the Visual Studio project repositories. You can replace the original .suo files

trapfault avatar Feb 11 '25 18:02 trapfault

Also, the problem can be if you're trying to inject a payload to an already modified .suo file

trapfault avatar Feb 11 '25 18:02 trapfault