This tutorial will show you how to create a simple probe for IRMA. Our example probe will use balbuzard a malware analysis tools to extract patterns from a submitted file.
The probe creation process 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 copy skeleton files in your new probe directory.
(branch balbuzard-level1)
level 1 consist in replacing Skeleton names by your new custom probe name, and also fill metadata (Author, Version...)
(branch balbuzard-level2)
level 2 consist in handling module dependencies.
(branch balbuzard-level3)
level3 return a real result. Probe done!