Skip to content
Peter Weidenbach edited this page Oct 13, 2017 · 9 revisions

FACT - Developer's Manual

Intro

FACT can be extended easily via plug-ins. Additionally a REST-API is available to connect external tools. Thereby almost all features of the web-interface are available via REST as well.

The following figures explain the workflow concept of FACT and should help to understand the overall concepts. The first figure shows the initial analysis. The second figure visualizes the compare feature. Thereby compares can just be done on samples that have been unpacked and analyzed before.

fact initial analysis fact compare

As you can see, there are three types of plug-ins:

  • unpacker
  • analysis
  • compare

The following manuals explain how to write these plug-ins.

Manuals