Ng00m4lDhuhr / LogThoth

Interactive Dynamic Windows Event Logs Timeline Tool
GNU General Public License v3.0
1 stars 0 forks source link

Parse XML record with lxml python module #3

Closed DeadDude-glitch closed 4 months ago

DeadDude-glitch commented 5 months ago

I am unable to parse the lxml object to something easier to utilize

DeadDude-glitch commented 5 months ago

found that someone did exactly that in process-forest source code, after some understanding of the mechanism we should write a class that handles that with a @property decorator

DeadDude-glitch commented 4 months ago

resolved by @Zeeyad-Sayed with the base code but here is a runnable code version