Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keylogger tools #37

Merged
merged 26 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b45c926
Add script that loops printing unix timestamp
xjjak Feb 15, 2024
9498b59
Add script for logging micros of mobo and computer time
xjjak Feb 15, 2024
a6ad25e
Side by side comparison of timestamps
xjjak Feb 15, 2024
2bdd1dc
Keylogging script added
xjjak Feb 15, 2024
4c57f67
Added conversion script for keylogger output
xjjak Mar 1, 2024
5780f61
added conversion script that keeps the state
palisn Mar 1, 2024
4d8505b
First draft of visualization tool
palisn Mar 1, 2024
8fb4e66
Correct translation array
palisn Mar 1, 2024
eb9283c
Finished keylogging conversion script
palisn Mar 9, 2024
555fec3
Modified evaluation output and added lables
xjjak Mar 18, 2024
4ab00f2
Added Documentation and extended Usage with firmware mods
xjjak Mar 18, 2024
6b0447a
Update README.md
xjjak Mar 18, 2024
0b4903d
Fixed typo in README
xjjak Mar 18, 2024
30c252b
Add link to hid_listen to README
xjjak Mar 18, 2024
8ee5fc3
Fix hid_listen link
xjjak Mar 18, 2024
cca32a3
Removed evaluation scripts and logs
xjjak Mar 18, 2024
07e2aae
Change internal representation of key position
palisn Mar 19, 2024
76f0f49
Init Software README
palisn Mar 19, 2024
c756a7e
Fix typo in README and delete unused file
palisn Mar 19, 2024
8c42d40
Update structure diagram
palisn Mar 19, 2024
f637464
Fix keylogger script
palisn Mar 19, 2024
f4d7eff
Fix type conversion in prepare_dataset
palisn Mar 19, 2024
4ec9be5
Check for global hid_listen and make local script location relative
palisn Mar 22, 2024
d8ed749
Untrack old dataset
palisn Mar 23, 2024
0925a52
Prepended timestamp in microseconds instead of nano
xjjak Mar 23, 2024
cf20f12
Removed placeholder comment
xjjak Mar 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Documentation/diagrams/software-structure-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,865 changes: 1,865 additions & 0 deletions Documentation/diagrams/software-structure.excalidraw

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions Documentation/diagrams/software-structure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Software/README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* Description

This folder contains all the custom software needed for this project. This possibly among others includes:
- data collection
- data (pre-)processing
- model training and development
- analysis and visualizations

* Structure

[[../Documentation/diagrams/software-structure-bg.svg]]

* Usage

list scripts...
explain subdirectories
Loading