defcon26_badgehacking
Notes and things regarding hacking DEFCON 26's badge
File Explorer
- PIC32MM0256GPM048_Human_1_Baseline.idc
- PIC32MM0256GPM048_Human_1_Baseline.lst
- PIC32MM0256GPM048.hex
- PIC32MM0256GPM048_patch1.hex
- Tymkrs_DC26-V2.hex
- diff.py
- mem_dump.s
- patcher.py
- README.md
- requirements.txt
- firmware_notes.md
- hardware_notes.md
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
