kaitai_struct_csharp_runtime
kaitai_struct_csharp_runtime copied to clipboard
Kaitai Struct: runtime for C#/.NET
Relates to https://github.com/kaitai-io/kaitai_struct/issues/640 and https://github.com/kaitai-io/kaitai_struct_compiler/pull/189 This PR adds an additional unit tests that ensures correct behavior of the runtime itself that is not dependent on the compiled KSY files. An...
Another basic write implementation, following the same pattern as my other open serialization PRs. Tests seem to pass as expected when testing with the Mono runtime, so I think I...
Analog implementation to Python PR. @GreyCat There are 2 methods that remain without docstrings (marked ???). If you would please tell me what to write there, I would include it....
Fixes #20
.NET9 will bring extended audit for vulnerable references including all indirect references. It can be replicated also on older versions by compiling projects with following options ```xml true all low...