AuditMon is a tool for recording and analyzing human Code Exploration Trails during code audits.
For additional details see https://ensoftcorp.github.io/AuditMon.
Navigate to https://ensoftcorp.github.io/AuditMon/install.html and follow installation instructions.
- Install the Toolbox Commons plugin dependency.
- Import the
com.ensoftcorp.open.auditmon
andorg.jfree
projects. - Install the
com.ensoftcorp.open.auditmon
andorg.jfree
projects, by right clicking on a project and selectingExport
. SelectPlug-in Development
->Deployable plug-ins and fragments
. Make sure both thecom.ensoftcorp.open.auditmon
andorg.jfree
projects are checked and then select theInstall into host. Repository:
radio box and clickFinish
. PressOK
for the notice about unsigned software. Once Eclipse restarts the plugin is installed. - It is advisable to close or remove the
com.ensoftcorp.open.auditmon
andorg.jfree
projects from the workspace after installation.
AuditMon can be used programatically or directly through the Atlas shell. To use with the Atlas Shell, import the example.shell
project into the workspace and navigate to Window
->Show View
->Other...
->Atlas
->Atlas Shell
. Select the example.shell
project and press OK
.