Avery
Avery
## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...
I can do this in a PR, but I wanted to ask if there were any objections before I get started on this. As of recently, [`setup.py` has been considered...
Proof of concept: ```js escodegen.generate({ "type": "MemberExpression", "computed": false, "object": { "type": "ObjectExpression", "properties": [] }, "property": { "type": "Identifier", "name": "property" } }); ``` Output: ```js {}.property ``` Compared...
# What's new - Added initial support for NFC-F - Amended NFC structs to accommodate either NFC-A or NFC-F. This can be extended for NFC-B/Calypso # Verification - I've had...
# What's new - Add functionality to the `nfc_magic` for Gen4 magic cards - Write Mifare Classic 1k/4k or Ultralight - Change password - Wipe - Restructure app GUI to...
I've taken to reversing the Thinkpad BIOS and EC flashing procedure recently. (Side note: if there was something missing or unknown like the F12 action byte, I could probably take...
- [x] EGPRs - [x] JMPABS - [x] Push/Pop - [x] PUSH2 - [x] PUSHP - [x] POP2 - [x] POPP - [x] CCMPSCC - [x] CFCMOVCC - [x] CTESTSCC...