Alessandro Bellia
Alessandro Bellia
> Hi, sorry for the radio silence on my part, with recent work stuff and some PC issues I just haven't had any motivation to work on/think about this stuff....
Ahahahah, I spent like three days filling my IDA database with types, virtual tables, etc.
It's insane
Ok I found out the offset for the new IDXGISwapChain**, which should be +0x0E0 
> Hi, sorry for the radio silence on my part, with recent work stuff and some PC issues I just haven't had any motivation to work on/think about this stuff....
I resolved it like this!.... ``` struct NativeScriptComponent { std::shared_ptr Instance = nullptr; std::shared_ptr(*InstantiateScript)(); void (*DestroyScript)(NativeScriptComponent*); template void Bind() { InstantiateScript = []() { return std::dynamic_pointer_cast(std::make_shared()) ; }; DestroyScript =...
I will make a pull request, there are errors in the Dockerfile and in the entrypoint.sh file. You should make good tests for Windows, though :(
This is related to #511
Related to #511
Tested and working