https://github.com/ammaraskar/iclicker-base-reversing
Notes and files from reverse engineering the iClicker base station
https://github.com/ammaraskar/iclicker-base-reversing
iclicker reverse-engineering
Last synced: about 1 year ago
JSON representation
Notes and files from reverse engineering the iClicker base station
- Host: GitHub
- URL: https://github.com/ammaraskar/iclicker-base-reversing
- Owner: ammaraskar
- License: apache-2.0
- Created: 2019-05-18T03:46:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T18:43:51.000Z (about 7 years ago)
- Last Synced: 2025-04-06T06:51:39.313Z (about 1 year ago)
- Topics: iclicker, reverse-engineering
- Language: Assembly
- Size: 227 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iClicker-base-reversing
Notes and files from reverse engineering the iClicker base station.
The microprocessor in the base station is an ATmega16A. The radio chip is
a Semtech XE1203F.
## Files
* `update_v06020.hex` - The base station firmware update as downloaded straight
from the iClicker updating service.
* `firmware.bin` - The base station firmware converted to a binary file.
* `firmware.i64` - IDA database for the firmware.
* `firmware_with_notes.asm` - A raw text dump from IDA (helpful if you don't
have or want to open this up in IDA)