You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just released Sugar.jl, and wanted to point out that it should offer the functionality you have in: https://github.com/JuliaDiff/ReverseDiffSource.jl/blob/master/src/frdiff.jl
Since it's not easy to do decompilation reliably, it'd be nice to only have one, stable package for this task!
If you're interested in relying on Sugar and need help porting, let me know!
The text was updated successfully, but these errors were encountered:
I just noticed, that you don't recursively look into dependent functions. If the problem is missing type information in the AST, this could also be solved by using Sugar :)
Hi,
I just released Sugar.jl, and wanted to point out that it should offer the functionality you have in:
https://github.com/JuliaDiff/ReverseDiffSource.jl/blob/master/src/frdiff.jl
Since it's not easy to do decompilation reliably, it'd be nice to only have one, stable package for this task!
If you're interested in relying on Sugar and need help porting, let me know!
The text was updated successfully, but these errors were encountered: