(Option to) use release runtime instead of checked
Open
- Dominant language
- C#
- Stars
- 707
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/EgorBo/Disasmo/commit/21619e8d7414b2888107c0f97eca463c878c936f removed the option "prefer checked runtime" and now disassembly is always done using checked runtime which unfortunately means that various runtime asserts and extra validations are also left in and thus the disassembly isn't always accurate. Only JIT dll needs to be from checked/debug build.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.