Philippe Teuwen
Philippe Teuwen
`help` was just to take a stupid example.
can you elaborate ?
like replacing `1` by `bf` (for buffer) ?
what about moving the offline operations to `data`? ``` pm3-> data search pm3-> lf search ``` there are already `data rawdemod`, `data biphaserawdecode` etc. and maybe for all the `lf...
Hmm https://github.com/RfidResearchGroup/proxmark3/issues/231 was again a nice example of user confusion... And I also got confused... actually `lf em 410x_demod` works only on graphbuff so my `data demod` was non sense....
The case of `trace list` is very confusing. There are also all the `lf hitag list`, `hf 14a list` etc which can't act offline at all. And e.g. `hf 14a...
> Those should be always available in commandtable, but that is one of the adjustments to the off/online stuff you did in the command tables Well it's not just about...
> Even when quitting there is an attempt to send data to proxmark This one is fixed now
"Sending bytes to proxmark failed - offline " on exit cf https://github.com/RfidResearchGroup/proxmark3/commit/8a7274ec344be44588e33c7c704d3afa1bed7e87
Thumb ISA is more limited, instructions are 2x smaller but you sometimes need more instructions, so, rule of thumb ðŸ¤: Thumb = more compact code, expect like 30% gain ARM...