wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
514 stars 49 forks source link

Infinite loop #324

Closed trufae closed 2 weeks ago

trufae commented 3 months ago

Looks like its taking forever to decompile the main from apple's m1 sed

r2 sed
af
pdd 

sed.gz

trufae commented 1 month ago

happening too in /bin/ls from mac in offset:

ls.zip

trufae commented 1 month ago

backtrace when in this infinite loop

Screenshot 2024-08-28 at 18 44 17
trufae commented 1 month ago

@wargio can you take a look at this issue?

wargio commented 2 weeks ago

happening too in /bin/ls from mac in offset:

* 0x10000541c

* 0x100005650

* 0x100006370

ls.zip

This one does not occur on radare 5.9.4 (linux)