#!/bin/bash

objdump -j .text -d $1 | grep "e8 00 00 00 00" | grep call | wc -l