Skip to content

firedef/MachineCodeExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MachineCodeExec

C#9 simple machine code writer and executor using unmanaged code

Compatibility

Tested on windows, should work on other systems too
Work in x64 and x86 applications
Require unsafe code and C#9

Performance?

Tiny overhead when writing and calling from C#

Is it assembly or just machine code?

Machine code, but it isn't hard to translate manually
assembler that i used: https://defuse.ca/online-x86-assembler.htm

Why C#?

Why not?

About

C#9 simple machine code writer and executor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages