Skip to content

isabella232/maldoca

 
 

Repository files navigation

MalDocA - Malicious Document Analyzer

MalDocA is a library to parse and extract features from Microsoft Office documents. It supports both OLE and OOXML documents.

The project's goal is to analyze potentially malicious documents to improve user safety and security.

REQUIREMENTS

  • bazel
  • clang

CHECKOUT

git clone --recurse-submodules https://github.com/google/maldoca.git

cd maldoca

BUILD

Linux: bazel build --config=linux maldoca/...

Windows: bazel build --config=windows maldoca/...

TEST

Linux: bazel test --config=linux maldoca/...

Windows: bazel test --config=windows maldoca/...

DISCLAIMER

This is not an official Google product.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • Starlark 7.8%
  • Other 1.1%