Alessandro Bellia

Results 31 comments of 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.

Ok I found out the offset for the new IDXGISwapChain**, which should be +0x0E0 ![image](https://user-images.githubusercontent.com/5181524/209791855-09afdacc-5499-453a-babe-89b0068924db.png)

> 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