mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
71978e186f
* Add config_analsplit_callback() in anal/config.c to set RAnal->split * Add field split to RAnal struct - Avoid unnecessary call during BB analysis * Set the default anal depth to 100 * Take into account internal calls in xref analysis * Rename anal_x86_x86im to anal_x86 and make it the default anal plugin * Rename anal_x86 to anal_x86_simple (x86.simple) --HG-- rename : libr/anal/p/anal_x86_x86im.c => libr/anal/p/anal_x86.c rename : libr/anal/p/anal_x86.c => libr/anal/p/anal_x86_simple.c rename : libr/anal/p/x86_x86im.mk => libr/anal/p/x86.mk rename : libr/anal/p/x86.mk => libr/anal/p/x86_simple.mk