author: fxc
latest: v1.4
fdcalls purpose is to help security researchers view dangerous function calls across files.
Due to my rushed writing time, there may be many bugs in it.
Welcome to provide suggestions.
fdcalls -b [path/to/target_binary] -d [path/to/file_system_dir] -l [level=0]
sudo apt-get install gcc-arm-linux-gnueabi
first choice,but it may be an old version
pip install fdcalls
second choice
git clone https://github.com/fxc233/fdcalls
cd fdcalls
sudo python3 setup.py install