nccgroup / umap2

Umap2 is the second revision of NCC Group's python based USB host security assessment tool.
GNU Affero General Public License v3.0
255 stars 71 forks source link

[Apps] umap2vsscan hangs with GadgetFsPhy #6

Closed BinyaminSharet closed 8 years ago

BinyaminSharet commented 8 years ago

Seems like when using GadgetFsPhy with umap2vsscan, there are not enough messages on EP0, so packet_processed is not called after basic enumeration and the app never stops.

I think this issue should be solved by changing the callback to be just some kind of query, and not only when a message is processed.

BinyaminSharet commented 8 years ago

Fixed in commit 46816de7