Vault7: CIA Hacking Tools Revealed
Navigation: » Directory » Philosoraptor » Philosoraptor Home » Documentation
Owner: User #524297
Developer Guide
Philosoraptor v1.0
Developer Guide
15 Dec 2014
Table of Contents
('toc' missing)
('excerpt-include' missing)
(U) Design Decisions
(U) Build System
Philosoraptor is built using Microsoft Visual Studio 2013. It is compiled using Bamboo build agents. At the time of this writing, two Bamboo remote build agents
using Visual Studio 2013 are being maintained by OSB, running Windows 8.1. Google Test library is used for unit testing, and the unit test binary is compiled alongside
the primary Philosoraptor binary. Both binaries are tracked as build artifacts in the Bamboo Philosoraptor CIConcern build plan.
Additionally, Linux-based Bamboo remote build agents are used to automate the strings blacklist checks against the final binary, and to also automate execution of DARTTest-Software (commercial) tests.
The strings check step creates a string list build artifact, consisting of every string found in the Philosoraptor binary.
(U) Development Considerations
Development Considerations
(U) Binary Format
Binary Format