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