fxc233 / fdcalls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fdcalls

author: fxc

Version

latest: v1.4

Introduction

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.

Usage

fdcalls -b [path/to/target_binary] -d [path/to/file_system_dir] -l [level=0]

Dependencies

sudo apt-get install gcc-arm-linux-gnueabi

Setup

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

Results

1

Contact

FXC030618@outlook.com

Related articles

https://www.cnblogs.com/pwnfeifei/p/17369551.html

License

GNU General Public License v3.0

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%