Setup
If you haven't already, install the AuditMon plugin into Eclipse.
Running Examples
The easiest way to try out AuditMon is to use the provided example.shell
project. The example.shell
Atlas Shell project already has the dependencies on AuditMon setup for you.
git clone https://github.com/EnSoftCorp/AuditMon
Import the example.shell
project into the Eclipse workspace. Navigate to Window
>Show View
>Other...
>Atlas
>Atlas Shell
. Select the example.shell
project and press OK
. You should also import an Eclipse project to analyze.
Navigate to Atlas
>Manage Project Settings
and ensure that only the Eclipse project to analyze is in the window on the right for projects to be indexed. Next index the project by pressing the Index Workspace button or navigating to Atlas
>Index Workspace
.
To run the examples below, copy and paste the code snippets into your toolbox project and/or invoke from the Atlas Shell.
Examples
The AuditMon project contains several analysis utilities that may or may not be applicable to your specific analysis needs. The table of contents below categorizes the examples by general analysis needs. You should jump to the examples that interest you.
TODO