williballenthin / python-evtx

Pure Python parser for Windows Event Log files (.evtx)
Apache License 2.0
732 stars 166 forks source link

format xml to binary xml #77

Closed Ron-Nefyodov closed 2 years ago

Ron-Nefyodov commented 2 years ago

i want to get xml back to binay xml to put it back into evtx

Ron-Nefyodov commented 2 years ago

the xml is the output of evtx-dump

williballenthin commented 2 years ago

i dont expect that this library will ever add this feature; current the code is structured strictly for parsing from binary -> xml and it would be a lot of work to go the other route.