dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

appintruder.py patch for Windows #52

Closed raulsiles closed 4 years ago

raulsiles commented 6 years ago

signal.pause() is missing for Windows; wait 1ms and loop instead. Idea from https://github.com/OpenRCE/sulley/pull/78.