Updated File Event Monitor (markdown)

Namhyeon Go 2024-09-15 17:49:59 +09:00
parent 4dda9e2f91
commit e59f58d9ae

@ -8,6 +8,8 @@ The events that can be handled are as follows:
* Network connections (TCP, UDP)
* Registry modifications
***Note***: While this feature leverages many tools popular among security analysts, it was not originally designed with security functionality in mind. It was primarily developed to explore appropriate software for various file formats. Therefore, it would be inaccurate to assess the purpose of this feature from the perspective of a specific field.
### Implement an event listener
The methods `onFileCreated`, `onNetworkConnected`, and `onRegistryModified` are available to implement an event listener. You can find examples in `defaultService.js`.