Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: Accenture/Spartacus

Spartacus-v2.2.1-x64

19 Dec 11:05
Compare
Choose a tag to compare
  • [Update] Added additional debug stacktrace statements when writing to CSV files.

Spartacus-v2.2.0-x64

09 Oct 11:08
Compare
Choose a tag to compare
  • [New] Included Examples.md in the distribution archive.
  • [New] As command line arguments were becoming too much, created CommandLineGenerator.html.
  • [New] Implement the sign mode, to enable creating self-signed certificates and using any given certificate to sign an executable/DLL. The code was taken & customised from https://github.com/Danielku15/SigningServer, under MIT License - original author is Danielku15.
  • [Fix] Fixed PostBuildEvent in proxy.vcxproj, PR by https://github.com/Signum21.
  • [Fix] Fixed placeholder creation when DLL does not exist, PR by https://github.com/kost.

Spartacus-v2.1.3-x64

16 Jul 18:12
Compare
Choose a tag to compare
  • [Update] Proxy --action exports now supports wildcard DLL paths like --dll C:\Windows\System32\*.dll and also displays forwarded functions.
  • [Fix] Rewrite PE file exporter from scratch.

Spartacus-v2.1.2-x64

12 Jul 17:21
Compare
Choose a tag to compare
  • [New] Added --action exports to --mode proxy that lists a file's exports, functionality similar to dumpbin.exe /exports.
  • [Fix] Fixed --only parameter which was ignored when generating a proxy solution without using Ghidra.

Spartacus-v2.1.1-x64

04 Jul 08:57
Compare
Choose a tag to compare
  • [Update] Added support for NTAPI prototypes.

Spartacus-v2.1.0-x64

03 Jul 07:30
Compare
Choose a tag to compare
  • [New] Added --action prototypes to --mode proxy that supports the parsing of *.h files in order to generate pre-existing function prototypes.
  • [New] Included ./Assets/prototypes.csv with a pre-generated list of function prototypes.
  • [Update] Updated --mode com --acl functionality to check the parent folder's permissions as well when checking for misconfigured COM registry entries.

Spartacus-v2.0.0-x64

21 Jun 09:27
Compare
Choose a tag to compare
  • [New] Implement support for identifying COM Hijacking.
  • [New] Added option to support external resources for solution generation.
  • [Update] Improve Visual Studio solution generation.
  • [Update] Simplified and reduced command line arguments.
  • [Removed] Removed the individual *.cpp proxy skeleton file generation, replaced with full solutions.

Spartacus-v1.2.0-x64

09 Mar 06:51
Compare
Choose a tag to compare
  • [New] Implement replication of VERSIONINFO and timestomping to match source file during solution compilation. (Issue #1)

Spartacus-v1.1.1-x64

19 Jan 17:19
Compare
Choose a tag to compare
  • [Fix] Allow digits/symbols in --only-proxy command

Spartacus-v1.1.0-x64

13 Jan 13:07
Compare
Choose a tag to compare