Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard .NET libraries instead of windows only libraries #145

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Conversation

Eran-YT
Copy link
Contributor

@Eran-YT Eran-YT commented Jun 1, 2021

Description

Use standard .NET libraries instead of windows-only ones, so the evtx lib can be used in linux (with .NET 5)
Note: The tests are not usable as they need files that aren't included, so I wasn't able to properly test this.

evtx/EventLog.cs Outdated Show resolved Hide resolved
@EricZimmerman
Copy link
Owner

please use fody 5.2 vs 5.3

5.3 causes segfaults on compile for some reason

i also made a note about changing the mask to .map since you removed the other stuff for finding map files

@EricZimmerman EricZimmerman merged commit e7cb600 into EricZimmerman:master Jun 2, 2021
@Eran-YT
Copy link
Contributor Author

Eran-YT commented Jun 6, 2021

Can you update the nuget?

@EricZimmerman
Copy link
Owner

EricZimmerman commented Jun 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants