-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libr/core/disasm.c - r_core_print_disasm() #29
Comments
Partially fixed by b3badc7 |
It's now 250 lines long, but has several |
That refactor is totally low prio for me. It would be nice, but all TODO, XXX in comments should be fixed or discussed
|
we have already refactored a lot of things in disasm.c and ew will refactor even more in the future ,there's no need to keep an issue for that |
r_core_print_disasm() is a 499 line long function with >50 local variables. I am sure this can be refactored and cleaned.
Reply 1: This is in TODO since radare1 0.1.. we always made fun about how dirty this code is, but we never did nothing as long as it's not a priority and it will take lot of time to refactorize it in an extensible way. We are open to patches and proposals ;)
The text was updated successfully, but these errors were encountered: