misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-20 19:02:25 +01:00
commit 17c639126d
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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),