mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-15 01:23:04 -07:00
print..
This commit is contained in:
parent
b5500c3e54
commit
65a4253e7e
4 changed files with 8 additions and 12 deletions
|
@ -499,8 +499,6 @@ static int l_reveng_RunModel(lua_State *L){
|
|||
bool reverse = lua_toboolean(L, 3);
|
||||
const char endian = luaL_checkstring(L, 4)[0];
|
||||
|
||||
//PrintAndLog("mod: %s, hex: %s, rev %d", inModel, inHexStr, reverse);
|
||||
// int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result)
|
||||
int ans = RunModel( (char *)inModel, (char *)inHexStr, reverse, endian, result);
|
||||
if (!ans)
|
||||
return returnToLuaWithError(L,"Reveng failed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue