Ondřej Ondryáš

Results 9 comments of Ondřej Ondryáš

Yes, the behaviour I'm describing occurs in all revisions since the CMakeLists change in 2912cd1.

Example: build Unicorn (the latest version in the dev branch), clone [this](https://github.com/ondryaso/sharpcorn) repo, change the `LibName` const in `src/SharpCorn/Native.cs` to the path of your unicorn.dll and run the `Test` project...

I've just tried it on a different, Windows 10 machine and the results are the same.

Apparently, this comes down to the MSVC runtime library. I suppose that before 2912cd1, the default was `/MT`, the multi-threaded statically-linked library (as controlled by `UNICORN_STATIC_MSVCRT`, which was set to...

I've tried both cross-compiling the library on Linux using mingw and building it on Windows using mingw in msys2. Both of these exhibit the same faulty behaivour; so really, the...

>btw, would you like to submit your .NET bindings to our repo? I was absolutely planning to offer you just that. However, as I'm working on my thesis atm, I...

@thijstriemstra Well, does it work? I have trouble finding any info about it.

It's not. Documentation is always useful.

Hopefully, I'll publish the package to PyPI soon and then close this.