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

Port to windows #6

Open
archisgore opened this issue Sep 4, 2020 · 1 comment
Open

Port to windows #6

archisgore opened this issue Sep 4, 2020 · 1 comment

Comments

@archisgore
Copy link

Is your feature request related to a problem? Please describe.
Do exactly what it does on Linux, but for Windows: Passively monitor system events and detect signatures of memory-based probes/attacks.

Describe the solution you'd like
Too early to have an idea. The solution needs to be low-cognitive load, simple, and obvious. It should have as few "clever" things as possible.

Additional context
The port would be completely inline with the current repo, by proper interfaces/facades that separate OS-specific functionality. It is not clear if such a feat is possible or useful. All of the monitoring code is Linux-specific. All analytics code is also very Linux specific.

Making it portable may end up making it stringly-typed, and Turing-complete - which is not a good thing.

Best path forward may be to prototype it and then refactor it to find places of abstraction.

@archisgore
Copy link
Author

This may or may not happen ever. But my work in progress is on this branch: https://github.com/polyverse/zerotect/tree/archis/windows

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

No branches or pull requests

1 participant