mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 08:12:44 +00:00
8cb24fdc91
- ATM lives in r_util, but should be moved to btree.h at some point Like the kernel's list.h does. - No node tree path find optimization yet * Integrate btree with r_flag API - Accelerates the resolution of flags per offset - At some point we will need to use paralel tree's to store all the nodes optimized by different fields (name, offset, ...) * Added test program for flags and btree algorithm * Change the print format of flags in the disassembly