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
An issue exists where there is inconsistent data being returned from rz-retdec (built from latest master). When running retdec independently, the function will decompile properly, however under rizin the function shows no decompiled code.
An issue exists where there is inconsistent data being returned from rz-retdec (built from latest
master
). When running retdec independently, the function will decompile properly, however under rizin the function shows no decompiled code.When running retdec independently against this sample helloworld.zip , the function
function_401030
will return the following decompiled functionWhen opening the binary with rizin+rz-retdec, the function returns no decompiled code.
Printing the function (to show valid assembly)
Running rz-retdec
Other functions (
main
for example) will decompileThe text was updated successfully, but these errors were encountered: