C#9 simple machine code writer and executor using unmanaged code
Tested on windows, should work on other systems too
Work in x64 and x86 applications
Require unsafe code and C#9
Tiny overhead when writing and calling from C#
Machine code, but it isn't hard to translate manually
assembler that i used: https://defuse.ca/online-x86-assembler.htm
Why not?