Skip to content

This tool recieves a ELF file, analyzes the propagation of user's input by instruction to detect vulnerability.

Notifications You must be signed in to change notification settings

lamminhbao/pwnjutsu

Repository files navigation

pwnjutsu

This tool recieves a ELF file, analyzes the propagation of user's input by instruction to detect vulnerability.

Usage:

$ python TAnalyzer.py -h
usage: TAnalyzer.py [-h] [-v] [-f] [-i] [-o] filepath
positional arguments:
  filepath       ELF file path
optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  print verbose log
  -f, --force    run anyway
  -i, --input    manual input
  -o, --output   print output

Demo:

https://youtu.be/IAVqNE5Akp4

Authors:

About

This tool recieves a ELF file, analyzes the propagation of user's input by instruction to detect vulnerability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published