Riccardo Schirone
Riccardo Schirone
Yeah there are a lot of things where analysis is not good enough :) It's in the design of the analysis itself. So, just because the analysis currently sucks, it...
This is still a bug. Right now it prints all 8 entries, but at some points it just reads 0. ``` [0x00000000]> pf [8]? (elf_phdr) @ 0x40 : [ struct...
It seems some of the basic blocks of those half-complete functions are coming only from references inside the data section. Probably some function pointers in static structures or something like...
I'm honestly not sure I did... or when. But please re-test the reproducer :)
It seems in your original issue you were not using projects. Projects, unfortunately, are known to be very buggy for a while and a complete rewrite is ongoing. Can you...
Thanks @queueRAM ! It seems your original analysis at https://github.com/radareorg/radare2/issues/6867#issuecomment-283386997 still holds. I think the issue is that there is duplicated code in `cb_bigendian` and `cb_asmarch`. If changing `asm.arch` automagically...
> > Would you be willing to send a PR for this? > > Thank you for your guidance. I have a commit ready for this in my `bigendian_asmarch` branch....
@queueRAM hey! How are things going? Can I help with anything?
It should be checked if `anal.hasnext` is really necessary. In last 3 years analysis has changed a lot, so maybe that var is not necessary to identify functions in this...