You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an sdb with records like 0x424242=some/filename.c:1337, next to some other entries where the dwarf code abuses this sdb for completely different purposes.
This could be done much better in either a hashtable or even better a tree (so queries like "closest addr info" are possible). Also the filenames should be in a string pool to reduce bloat.
The text was updated successfully, but these errors were encountered:
rizin/librz/include/rz_bin.h
Line 297 in 31a2406
This is an sdb with records like
0x424242=some/filename.c:1337
, next to some other entries where the dwarf code abuses this sdb for completely different purposes.This could be done much better in either a hashtable or even better a tree (so queries like "closest addr info" are possible). Also the filenames should be in a string pool to reduce bloat.
The text was updated successfully, but these errors were encountered: