GitXplorerGitXplorer
o

pyre

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
450631c9967497ffecdc028f6eff6e9cf45a1f51

Making remote mouse driver a subclass of driver and testing it. Also adding a time between keystrokes in remote mouse since the server does that.

committed 11 years ago
Unverified
b080ee1aef57ed916b669ac15cc1fcf661c02126

Renaming RemoteMouse folder to match name scheme present in other folders, adding more sleep for Internet Explorer

committed 11 years ago
Unverified
dbb9860983ba078e451ed8579d10742f3ea775cf

Changing name of WifiMouse folder, and adding __init__.py to each folder

committed 11 years ago
Unverified
1fb14568751d134d00bffc62671d19ab7d797a83

Making driver superclass, changing type() function to typeText() due to Python use of type keyword

committed 11 years ago
Unverified
836419f25fc77eab14b05f259055b7d75df72e10

Deleting some comments in WifiMouse.

committed 11 years ago
Unverified
5add0bf18516c270af0b53d23a93e53c7b47fe93

Working Wifi Mouse Driver and Windows Exploit.

committed 11 years ago

README

The README file for this repository.

pyre

6.858 final project -- Python exploitation of PC-remote-control mobile apps

Style guide

  • Test files will always start with test_.
  • Test files should always be directly runnable from the command line and have a main function.
  • All tests should expect to find the cursor at (0, 0) and no buttons pressed.
  • All tests should leave the environment with the cursor at (0, 0) and no buttons pressed.