soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.89k stars 710 forks source link

Improve .NET import support #2094

Closed MarcMil closed 2 months ago

MarcMil commented 2 months ago

This implementation takes supports rewriting of delegates and by-reference parameters and fixes a lot of bugs with the existing implementation.

runner02 commented 1 week ago

Is it aligned with soot-dotnet project? The protobufs have changed

StevenArzt commented 1 week ago

We are currently actively working on improving the .net support and making it realiably usable. We will make a propre version of the soot-dotnet project available once this has matured sufficiently.

runner02 commented 1 week ago

@StevenArzt Thanks for the prompt response. Do you have any time estimation on this?

StevenArzt commented 1 week ago

Soon 😄

runner02 commented 1 week ago

Thank you!