r2.bin_symbols = function(cb) {
    r2.cmd('isj|', function(json) {
        cb(JSON.parse(json));
    });
};