oopsbagel
|
01e762a3d6
|
fix(lib): enable building for windows targets
- conditionally build diag_device.rs only for unix
- use build time target for runtime metadata on unix
|
2025-04-11 10:07:02 -07:00 |
|
Sashanoraa
|
04652d2097
|
Add implement Default on types with ::new
This fixes a clippy lint warning
|
2025-03-27 11:57:01 -07:00 |
|
oopsbagel
|
0b3c0de481
|
fix(lib/util): use better names for runtime metadata
- document RuntimeMetadata fields
- rename RayhunterMetadata to RuntimeMetadata
- rename RuntimeMetadata.os to RuntimeMetadata.system_os
- remove unpopulated hardware field
- remove unnecessary duplication of datastructure in analyzer harness
|
2025-03-19 11:48:54 -07:00 |
|
oopsbagel
|
f2b5aa2743
|
feat: show rayhunter version/os/arch in pcap, ndjson, qmdl manifest
Create a util mod to provide information about the rayhunter binary and
system.
|
2025-03-19 11:48:54 -07:00 |
|