Lokad / ILPack

Serialize .NET Core assemblies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(with patch) Functions with 'void*' in params list

mf-RDP opened this issue · comments

Hi Lokad,

sorry for not providing a PR yet.
Provided attached patch will fix not being able to write calls to functions with 'void*' ptrs in signature / params.

Many Thanks again for this lib :) :)

Sascha (mf-RDP)

0001-Fix-for-calls-to-functions-with-param-type-void.zip

Thanks a lot! Would you be able to add a matching example in the TestSubject assembly? I strongly prefer to have fixes assorted with an automated test of some kind.

So this should be the desired test.
0001-call-func-void-.-test.patch.zip

Thanks @mf-RDP! I have merged the change. Let me know if you need me to update the Nuget package.