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

Emulator Threads #136

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Emulator Threads #136

merged 3 commits into from
Feb 22, 2024

Conversation

Washi1337
Copy link
Owner

  • Introduces the concept of multiple threads active in a single emulated CIL machine.
  • Moves many of the executive functions of CilVirtualMachine such as Step and Call into CilThread. A new (main) thread now has to be started first to start emulated code using the CilVirtualMachine::CreateThread() method.

@Washi1337 Washi1337 added emulation Issue related to the emulation modules of Echo. dotnet-asmresolver Issues related to the .NET back-end powered by AsmResolver labels Feb 14, 2024
@Washi1337 Washi1337 merged commit 5d91171 into master Feb 22, 2024
1 check passed
@Washi1337 Washi1337 deleted the feature/emulator-threads branch February 22, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-asmresolver Issues related to the .NET back-end powered by AsmResolver emulation Issue related to the emulation modules of Echo.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant