Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo aguilar-morillo committed Mar 4, 2023
1 parent 3e25314 commit ffd7052
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ pip install -r requirements.txt

## Usage

1. Run Main.py with admin privileges.
### Take snapshots
1. Run Main.py or MalwareWatcher.exe with admin privileges.
2. Wait till the first snapshot has been taken.
3. Run the "malware" and wait till it finishes
4. Press enter to take the second snapshot
5. You can find the logs in `./output` and the changes file in `./change`

### Revert changes to registry
You can revert the changes made to the registry by using the .changes file that has been created.
```shell
MalwareWatcher.exe -c myChangesFile.changes
```

0 comments on commit ffd7052

Please sign in to comment.