InflexCZE

Results 6 issues of InflexCZE

##### Brief Description After update from CppSharp 0.10.2 to 1.0.0 we've noticed that semantics of virtual table substitution in generated C# changed slightly, causing Access violation (reads of random memory)...

Hello, first of all very nice tool. Great work, thank you 👍 I've noticed that only offline profiling is currently supported (capture first, visualize after). Are there any plans to...

Given WASM ```wasm 0000024: 44 ; f64.const 0000025: 0000 0000 0000 e0c1 ; f64 literal (module (func (export "addTwo") (result f64) f64.const -0x1p+31 ) ) ``` and wasm2c conversion output...

**To Reproduce** ``` ``` **Expected behavior** ![Image](https://github.com/user-attachments/assets/79634b0d-89f2-467d-8961-4228908dcde0) **Observed behavior** DisplayMemberPath is not respected. ToString is evaluated https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Collections/DictionaryEntry.cs,83dec663d4204ba3,references ![Image](https://github.com/user-attachments/assets/13d169bf-3c13-41f3-8a85-f82db6ce864b)

bug

**To Reproduce** 1. Use following code 2. Click on either GridSplitter and drag it around 3. See the layout corrupts, random column collapses to width 0 ``` WWWWWWWWWWWWWWWWWiiiiiiiiiiiiiiiiiide ListBox Item...

bug

When range-iterating MemoryPool, when there are exactly N x SIZE records, the iterator will fail to stop at last block and continue reading from nullptr chunk. This typically crashes at...