https://github.com/brys0/elan-arm4-reader
A experimental project to support fingerprint reading of the Elan ARM-M4. This does not currently intergrate with pam interface for linux.
https://github.com/brys0/elan-arm4-reader
authentication elan fingerprint go golang
Last synced: 9 months ago
JSON representation
A experimental project to support fingerprint reading of the Elan ARM-M4. This does not currently intergrate with pam interface for linux.
- Host: GitHub
- URL: https://github.com/brys0/elan-arm4-reader
- Owner: brys0
- Created: 2025-03-07T14:58:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-11T02:36:08.000Z (10 months ago)
- Last Synced: 2025-09-11T05:59:32.332Z (10 months ago)
- Topics: authentication, elan, fingerprint, go, golang
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elan-arm-m4 reader
#### NOTE
This code is very bad, essentially done to prove it could be done, not for.. use. That being said you should be able to run and execute it yourself.
This is essentially a direct port of [depau's](https://github.com/depau) wonderful reverse engineering done in the [elanpoc](https://github.com/depau/elanpoc) repo.
## Running
#### Prereq.
- go
- libusb 1.0 (See https://github.com/google/gousb for more instructions)
#### Running
`go run main.go`