ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3k stars 371 forks source link

Reorganize Vmmsharp Project Structure #294

Closed imerzan closed 4 months ago

imerzan commented 4 months ago

No code changes but I reorganized the project from a single file since it was rather monolithic. Should be easier to track changes and make modifications for users.


BSD Zero Clause License

Copyright (c) 2024 imerzan

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

imerzan commented 4 months ago

Sorry, noticed I accidentally removed the wrapper notice from the top of file. Put this back in.


BSD Zero Clause License

Copyright (c) 2024 imerzan

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

ufrisk commented 4 months ago

This is a very ambitious rewrite.

And I agree it probably makes sense to make the vmmsharp into a library rather than a simple wrapper file to include in your own projects as it's been up until now. Also, you're way better than me at C# :)

I however feel that if such a big change is to be made there are some other API quirks that should be sorted out at the same time as well. Maybe ping me tomorrow on Discord?

imerzan commented 4 months ago

Will reopen a new pr.