Davide Depau
Davide Depau
Anyway, it's good that you figured out how to retrieve the PNG image since the Match-On-Chip functionality has the issues you can read about in the MR linked above. I'll...
Hi, I haven't really been working on [the driver](https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/330) lately. If you're able to test and apply fixes to the code over there in libfprint feel free to join the...
Hey @brys0, > In the enroll command what is the purpose of starting the payload with [BBBB](https://github.com/depau/Elan-Fingerprint-0c4c-PoC/blob/24c90f6ccbe77a2ad5808b8c6e2c6347a7bc4285/elanfp.py#L187) ? It does not start with `BBBB`, that's the format string: https://docs.python.org/3.8/library/struct.html#format-strings It...
As per your other questions in the previous posts I'm not sure what could be causing that. You can try comparing WireShark captures from both Windows and Linux and see...
I don't know if it's possible. I extracted some commands from my Windows driver, they are listed here: https://github.com/depau/Elan-Fingerprint-0c4c-PoC/blob/main/elanfp.py#L80-L93 The Windows driver has some registry keys that suggest it might...
Hi, yes! You should be able to see where I reset the pico; after that it started working correctly. ``` ps2x2pico-2.1 Setting defaults for keyboard scancodeset set to 2 kb...
Hi! I'm sorry, I don't speak Filipino that well, what's the problem?
Hi, I was looking into this functionality since we would like to adopt Semaphore at my company and we would really like to have this feature. We are willing to...
I'm able to reproduce this in the [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview): In a PowerShell window, download micromamba and create a new test prefix: ```ps1 Invoke-Webrequest -URI https://micro.mamba.pm/api/micromamba/win-64/latest -OutFile micromamba.tar.bz2 tar xf micromamba.tar.bz2...
> But the following warning is printed, which we're ignoring for now! > > ``` > Installing pip packages: -e ., snkit > 'chcp' is not recognized as an internal...