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