From 17c639126d96f0dd09ea4d221582bbaf262b4604 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 20 Feb 2019 19:02:25 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/hid/hid_recon.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/hid/hid_recon.go b/modules/hid/hid_recon.go index c8623712..b9f242db 100644 --- a/modules/hid/hid_recon.go +++ b/modules/hid/hid_recon.go @@ -35,6 +35,15 @@ type HIDRecon struct { selector *utils.ViewSelector } +/* +TODO: + +- parse all Durations as parameters +- make session.Session.HID JSON serializable for the API +- fix compilation for unsupported platforms +- update docs +- test test test +*/ func NewHIDRecon(s *session.Session) *HIDRecon { mod := &HIDRecon{ SessionModule: session.NewSessionModule("hid", s),