TeamFAPS / PSVita-RE-tools

A bundle of RE tools for analyzing and modding PSVita OS
GNU General Public License v3.0
322 stars 35 forks source link

nids-extract: Accept more than one file as input #10

Closed devnoname120 closed 5 years ago

devnoname120 commented 5 years ago

Allows to do this: ./nids-extract 3.60 $(find decrypted -name '*.elf' -not -path "./app/*") > db_lookup.yml

CelesteBlue-dev commented 5 years ago

Thanks a lot

dots-tb commented 5 years ago

great work!