mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
minors stuff, added some blowfish decrypt
This commit is contained in:
parent
2c06054881
commit
2c61530cba
6 changed files with 37 additions and 8 deletions
|
@ -272,4 +272,5 @@ DumpFileType_t getfiletype(const char *filename);
|
|||
*/
|
||||
int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumplen);
|
||||
|
||||
int pm3_save_dump(const char *fn, uint8_t *d, size_t n, JSONFileType jsft, size_t blocksize);
|
||||
#endif // FILEUTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue