mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
improved the eload upload times by using large chunks. Quite much faster now.\nAddapted the dots and text for eload / sim across the client
This commit is contained in:
parent
8793f1c9c5
commit
b696a2036f
10 changed files with 133 additions and 67 deletions
|
@ -68,8 +68,10 @@ static bool fill_eml_from_file(char *dumpfile) {
|
|||
}
|
||||
//read and load dump file
|
||||
BigBuf_Clear();
|
||||
if (g_dbglevel >= DBG_INFO)
|
||||
Dbprintf(_YELLOW_("Found dump file %s. Uploading to emulator memory..."), dumpfile);
|
||||
if (g_dbglevel >= DBG_INFO) {
|
||||
Dbprintf("Found dump file... `" _YELLOW_("%s") "`", dumpfile);
|
||||
Dbprintf("Uploading to emulator memory...");
|
||||
}
|
||||
uint8_t *emCARD = BigBuf_get_EM_addr();
|
||||
rdv40_spiffs_read_as_filetype(dumpfile, emCARD, size, RDV40_SPIFFS_SAFETY_SAFE);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue