src/engine/tools/evtx2xml/README.md
A Python tool to convert Windows Event Log (EVTX) files to XML format.
You can install evtx2xml via pip:
pip install ./evtx2xml
Once installed, you can use evtx2xml from the command line as follows:
evtx2xml <evtx_file_path_or_url> [xml_output_path]
<evtx_file_path_or_url>: The path to the EVTX file or a URL to download the EVTX file.[xml_output_path]: (Optional) The path where the XML output will be saved. If omitted, the output will be printed to stdout.evtxrequestsThis project is licensed under the AGPLv3 License.
If you would like to contribute to this project, feel free to fork the repo, make your changes, and submit a pull request. All contributions are welcome!
If you have any questions or issues, please open an issue on GitHub.