RfidResearchGroup / RFIDtools

RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
GNU General Public License v3.0
454 stars 79 forks source link

RFIDtools - LUA scripts #60

Open jarvla opened 3 years ago

jarvla commented 3 years ago

Hi, it is possible to use LUA scripts in the application? Thanks Jarda

xianglin1998 commented 3 years ago

Hello Jarda.

The RFIDtools is inculde lua libray: image

But, Android10 can't read external storage file(if no root permission) Now, RFIDtools is save file in /data/data/package_name/file/home/pm3, this is work directory Yes, we can't read or write that directory, so we may be create a shared file directory to pass files to rfidtools through other file manager.

jarvla commented 3 years ago

Thanks for the info. Can you please advise if I can do something for me so that I can use the lua script in the application?