This tutorial will show you how to create a simple formatter for IRMA. Our example will use balbuzard a malware analysis tools to extract patterns from a submitted file and the probe tutorial built on it see here
The formatter tutorial is splitted in 4 parts, each part is in a specific branch to allow you to easily skip steps and correct yourself.
(Your start point)(branch balbuzard-level0)
your goal is to create an empty formatter.
(branch balbuzard-level1)
level 1 consist in returning a result easily displayed in a pre field
(branch balbuzard-level2)
level 2 consist in handling exceptions.
(branch balbuzard-level3)
level3 Even better output.