Spartacus icon indicating copy to clipboard operation
Spartacus copied to clipboard

Spartacus DLL/COM Hijacking Toolkit

Results 3 Spartacus issues
Sort by recently updated
recently updated
newest added

Later versions of Visual Studio can fail to build Spartacus by default because the language version is unspecified, while the code uses features of C# that are only available in...

Ran into a situation where a PML file had one line that had unreadable or invalid data and it was causing Spartacus to fail. Adding this change worked for me....

I tried to generate proxy and Spartacus failed with null reference exception. Reason: my DLL has no version info. After including dummy resource as suggested [here](https://stackoverflow.com/a/66702321/1788106), everything worked fine. I...