mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
will have a closer look at this later...
This commit is contained in:
parent
6dc4ed3301
commit
e1b3cbfc9f
1 changed files with 3 additions and 2 deletions
|
@ -1131,6 +1131,7 @@ static int l_em4x05_read(lua_State *L) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 4350
|
// 4350
|
||||||
|
/*
|
||||||
static int l_em4x50_read(lua_State *L) {
|
static int l_em4x50_read(lua_State *L) {
|
||||||
|
|
||||||
// get addr
|
// get addr
|
||||||
|
@ -1189,7 +1190,7 @@ static int l_em4x50_read(lua_State *L) {
|
||||||
lua_pushinteger(L, word);
|
lua_pushinteger(L, word);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
//
|
//
|
||||||
static int l_ndefparse(lua_State *L) {
|
static int l_ndefparse(lua_State *L) {
|
||||||
|
|
||||||
|
@ -1382,7 +1383,7 @@ int set_pm3_libraries(lua_State *L) {
|
||||||
{"ud", l_ud},
|
{"ud", l_ud},
|
||||||
{"rem", l_remark},
|
{"rem", l_remark},
|
||||||
{"em4x05_read", l_em4x05_read},
|
{"em4x05_read", l_em4x05_read},
|
||||||
{"em4x50_read", l_em4x50_read},
|
// {"em4x50_read", l_em4x50_read},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue