Didier A
Didier A
This PR adds ESP32 support , and switches to PlatformIO. Also removed a few bugs. I have tested the code on ESP32 with a custom board I built; it is...
`print_sr_dump()` assumes uid is at begining of dump. This is not true for SRT512 tags (the uid is not stored anywhere in the data, it is obtained b sending `Get_UID()`...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file ### What specific section or headline is this issue about? myIpAddress() ### What information was incorrect, unhelpful, or incomplete? A warning on this page states that...
Refactor of PR #1926 I added function `mfc_read_tag()`, which is called in dump and view. I tested on a MFC 1k card with MAD, however I don't have data to...
If I start mitm6 with `-i` to assign it to a specific interface, it chokes and stops with `KeyError: 2` if this interface only has an IPv6 address, and no...
These changes add a '-l' option to zwreplay to replay the same file n times, and allows decimal numbers for '-w' option, so you can wait a tenth of a...
Authenticaotr, updated to Pebble SDK 2.0. The app now saves the timezone information and last displayed token between runs. So the changes in the edit timezone screen are now persistent...
to replace the value of msgAuthenticationParameters in msgWhole to zeroes, instead of doing it by hand you can use the following: ```shell msgWhole=$(echo "$msgWhole" | sed -e "s/$msgAuthenticationParameters/000000000000000000000000/") ```
Add missing semicolon and add include of cstdint in lib/serialIO so it compiles on linux.
I can't open cookie editor's window when the server's response content-type is 'application/json': Firefox switches to its data visualizer and when I click on cookie editor's icon it says "Missing...