Soulghost / iblessing

iblessing is an iOS security exploiting toolkit, it mainly includes application information gathering, static analysis and dynamic analysis. It can be used for reverse engineering, binary analysis and vulnerability mining.
GNU General Public License v3.0
625 stars 89 forks source link

[enhancement] A standardised way of pointing out files #4

Open mFIND opened 4 years ago

mFIND commented 4 years ago

For easy of use it would be nice if each scanner/generator would accept the same file path in parameter '-f', searching for the appropriate subfile if necessary (e.g. binary file)

Imho this enhancement is a low priority :)

Soulghost commented 4 years ago

Good idea! Maybe we can specify a new option (such as --key) and ignore the -f (just like other tools to specify the input file path at end), then we can search by key to match binary files, report files, etc.

Thank you so much for your suggestion, I will add it to the to-do list.